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