MVN

com.sap.hana.datalake.files : sap-hdlfs

Maven & Gradle

May 05, 2023

SAP HANA Data Lake Files Client Library · An implementation of org.apache.hadoop.fs.FileSystem targeting SAP HANA Data Lake Files.

<dependency>
    <groupId>com.sap.hana.datalake.files</groupId>
    <artifactId>sap-hdlfs</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.hana.datalake.files : sap-hdlfs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5

All Versions

Choose a version of com.sap.hana.datalake.files : sap-hdlfs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
sap-hdlfs-1.2.5
sap-hdlfs-1.2.1
1.1.x
sap-hdlfs-1.1.9
sap-hdlfs-1.1.7
sap-hdlfs-1.1.6
sap-hdlfs-1.1.4
sap-hdlfs-1.1.3

How to add a dependency to Maven

Add the following com.sap.hana.datalake.files : sap-hdlfs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sap.hana.datalake.files</groupId>
    <artifactId>sap-hdlfs</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.hana.datalake.files : sap-hdlfs gradle dependency to your build.gradle file:

implementation 'com.sap.hana.datalake.files:sap-hdlfs:1.2.5'

Gradle Kotlin DSL: Add the following com.sap.hana.datalake.files : sap-hdlfs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sap.hana.datalake.files:sap-hdlfs:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.hana.datalake.files : sap-hdlfs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.hana.datalake.files" % "sap-hdlfs" % "1.2.5"