Maven Central 中是否存在 Helidon 的 Oracle Cloud Infrastructure 依赖项?

Are Helidon's Oracle Cloud Infrastructure dependencies present in Maven Central?

我在搞乱 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

在哪里可以找到这些依赖项?

看起来这些库 are still not in Maven Central. The workaround(手动构建和安装相关的 Oracle Cloud Infrastructure Java SDK 组件)记录在 Helidon 文档中,我忘记了。是时候喝杯咖啡了。