| GroupId | GroupIdcom.oracle.oci.sdk |
|---|---|
| ArtifactId | ArtifactIdoci-hdfs-example |
| Version | Version2.9.2.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| oci-hdfs-example-2.9.2.2.2.pom | |
| oci-hdfs-example-2.9.2.2.2.jar | 27 KB |
| oci-hdfs-example-2.9.2.2.2-sources.jar | 17 KB |
| oci-hdfs-example-2.9.2.2.2-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>2.9.2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.oci.sdk/oci-hdfs-example/
implementation 'com.oracle.oci.sdk:oci-hdfs-example:2.9.2.2.2'
// https://jarcasting.com/artifacts/com.oracle.oci.sdk/oci-hdfs-example/
implementation ("com.oracle.oci.sdk:oci-hdfs-example:2.9.2.2.2")
'com.oracle.oci.sdk:oci-hdfs-example:jar:2.9.2.2.2'
<dependency org="com.oracle.oci.sdk" name="oci-hdfs-example" rev="2.9.2.2.2">
<artifact name="oci-hdfs-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.oci.sdk', module='oci-hdfs-example', version='2.9.2.2.2')
)
libraryDependencies += "com.oracle.oci.sdk" % "oci-hdfs-example" % "2.9.2.2.2"
[com.oracle.oci.sdk/oci-hdfs-example "2.9.2.2.2"]