| GroupId | GroupIdcom.oracle.oci.sdk |
|---|---|
| ArtifactId | ArtifactIdoci-hdfs |
| Version | Version2.9.2.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| oci-hdfs-2.9.2.7.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.oci.sdk/oci-hdfs/ -->
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-hdfs</artifactId>
<version>2.9.2.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.oci.sdk/oci-hdfs/
implementation 'com.oracle.oci.sdk:oci-hdfs:2.9.2.7'
// https://jarcasting.com/artifacts/com.oracle.oci.sdk/oci-hdfs/
implementation ("com.oracle.oci.sdk:oci-hdfs:2.9.2.7")
'com.oracle.oci.sdk:oci-hdfs:pom:2.9.2.7'
<dependency org="com.oracle.oci.sdk" name="oci-hdfs" rev="2.9.2.7">
<artifact name="oci-hdfs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.oci.sdk', module='oci-hdfs', version='2.9.2.7')
)
libraryDependencies += "com.oracle.oci.sdk" % "oci-hdfs" % "2.9.2.7"
[com.oracle.oci.sdk/oci-hdfs "2.9.2.7"]