I'm messing about with Helidon's OCI Object Storage integration, and it has a dependency like this:
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-objectstorage</artifactId>
<scope>compile</scope>
<type>pom</type>
</dependency>
But I don't see any reference to that artifact in Maven Central.
Where can I find these dependencies?
It looks like these libraries are still not in Maven Central. The workaround (building and installing the relevant Oracle Cloud Infrastructure Java SDK components by hand) is documented in the Helidon documentation, which I forgot. Time for more coffee.