【发布时间】:2019-04-08 21:15:43
【问题描述】:
我在搞乱Helidon's OCI Object Storage integration,它有这样的依赖关系:
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-objectstorage</artifactId>
<scope>compile</scope>
<type>pom</type>
</dependency>
但我没有看到any reference to that artifact in Maven Central。
在哪里可以找到这些依赖项?
【问题讨论】:
标签: maven oracle-cloud-infrastructure helidon