| GroupId | GroupIdcom.oracle.oci.sdk |
|---|---|
| ArtifactId | ArtifactIdoci-hdfs-example |
| Version | Version3.2.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| oci-hdfs-example-3.2.1.0.pom | |
| oci-hdfs-example-3.2.1.0.jar | 28 KB |
| oci-hdfs-example-3.2.1.0-sources.jar | 18 KB |
| oci-hdfs-example-3.2.1.0-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.oci.sdk/oci-hdfs-example/ -->
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-hdfs-example</artifactId>
<version>3.2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.oci.sdk/oci-hdfs-example/
implementation 'com.oracle.oci.sdk:oci-hdfs-example:3.2.1.0'
// https://jarcasting.com/artifacts/com.oracle.oci.sdk/oci-hdfs-example/
implementation ("com.oracle.oci.sdk:oci-hdfs-example:3.2.1.0")
'com.oracle.oci.sdk:oci-hdfs-example:jar:3.2.1.0'
<dependency org="com.oracle.oci.sdk" name="oci-hdfs-example" rev="3.2.1.0">
<artifact name="oci-hdfs-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.oci.sdk', module='oci-hdfs-example', version='3.2.1.0')
)
libraryDependencies += "com.oracle.oci.sdk" % "oci-hdfs-example" % "3.2.1.0"
[com.oracle.oci.sdk/oci-hdfs-example "3.2.1.0"]