o

oci-hdfs

This project contains the HDFS connector used to integrate with the Oracle Cloud Infrastructure Object Storage Service
https://docs.cloud.oracle.com/Content/API/SDKDocs/hdfsconnector.htm
The Universal Permissive License (UPL), Version 1.0 Apache License 2.0
Oracle
Files download
File Operation
oci-hdfs-3.3.4.1.4.2.pom download
Apache Maven
<dependency>
  <groupId>com.oracle.oci.sdk</groupId>
  <artifactId>oci-hdfs</artifactId>
  <version>3.3.4.1.4.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.oracle.oci.sdk:oci-hdfs:3.3.4.1.4.2'
Gradle Kotlin
implementation("com.oracle.oci.sdk:oci-hdfs:3.3.4.1.4.2")
Scala SBT
libraryDependencies += "com.oracle.oci.sdk" % "oci-hdfs" % "3.3.4.1.4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.oci.sdk', module='oci-hdfs', version='3.3.4.1.4.2')
)
Apache Ivy
<dependency org="com.oracle.oci.sdk" name="oci-hdfs" rev="3.3.4.1.4.2" />
Leiningen
[com.oracle.oci.sdk/oci-hdfs "3.3.4.1.4.2"]
Apache Buildr
'com.oracle.oci.sdk:oci-hdfs:jar:3.3.4.1.4.2'