Maven dependency for cloud-storage-sdk?
Summary
Maven dependency for cloud-storage-sdk?Content
I'm trying to figure out what the groupId and artifactId is supposed to be to use the cloud-storage-sdk.jar in my pom.xml.
I followed the directions on setting up settings.xml (https://docs.oracle.com/middleware/1212/core/MAVEN/config_maven.htm#MAVEN310
Currently my dependency is:
<dependency>
<groupId>cloud-service</groupId>
<artifactId>cloud-storage-sdk</artifactId>
<version>13.1.1</version>
</dependency>
but that's not right.
When I download the jar from oracle the link is http://download.oracle.com/otn/java/cloud-service/cloud-storage-sdk-13.1.1.zip
Can you tell me what group-id/artifactId should be?
Thanks!
1