| GroupId | GroupIdcom.oracle.oci.sdk |
|---|---|
| ArtifactId | ArtifactIdoci-hdfs |
| Version | Version3.2.1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| oci-hdfs-3.2.1.1.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>3.2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.oci.sdk/oci-hdfs/
implementation 'com.oracle.oci.sdk:oci-hdfs:3.2.1.1'
// https://jarcasting.com/artifacts/com.oracle.oci.sdk/oci-hdfs/
implementation ("com.oracle.oci.sdk:oci-hdfs:3.2.1.1")
'com.oracle.oci.sdk:oci-hdfs:pom:3.2.1.1'
<dependency org="com.oracle.oci.sdk" name="oci-hdfs" rev="3.2.1.1">
<artifact name="oci-hdfs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.oci.sdk', module='oci-hdfs', version='3.2.1.1')
)
libraryDependencies += "com.oracle.oci.sdk" % "oci-hdfs" % "3.2.1.1"
[com.oracle.oci.sdk/oci-hdfs "3.2.1.1"]