MVN

de.m3y.hadoop.hdfs.hfsa : hfsa-lib

Maven & Gradle

Jul 09, 2023
2 usages
37 stars

HFSA Lib

<dependency>
    <groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
    <artifactId>hfsa-lib</artifactId>
    <version>1.3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.m3y.hadoop.hdfs.hfsa : hfsa-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.9

All Versions

Choose a version of de.m3y.hadoop.hdfs.hfsa : hfsa-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
hfsa-lib-1.3.9
hfsa-lib-1.3.8
hfsa-lib-1.3.7
hfsa-lib-1.3.6
hfsa-lib-1.3.5
hfsa-lib-1.3.4
hfsa-lib-1.3.3
hfsa-lib-1.3.2
hfsa-lib-1.3.1
hfsa-lib-1.3.0
1.2.x
hfsa-lib-1.2.0
1.1.x
hfsa-lib-1.1.5
hfsa-lib-1.1.4
hfsa-lib-1.1.3
hfsa-lib-1.1.2
hfsa-lib-1.1.1
1.1
hfsa-lib-1.1
1.0
hfsa-lib-1.0

How to add a dependency to Maven

Add the following de.m3y.hadoop.hdfs.hfsa : hfsa-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
    <artifactId>hfsa-lib</artifactId>
    <version>1.3.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.m3y.hadoop.hdfs.hfsa : hfsa-lib gradle dependency to your build.gradle file:

implementation 'de.m3y.hadoop.hdfs.hfsa:hfsa-lib:1.3.9'

Gradle Kotlin DSL: Add the following de.m3y.hadoop.hdfs.hfsa : hfsa-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("de.m3y.hadoop.hdfs.hfsa:hfsa-lib:1.3.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.m3y.hadoop.hdfs.hfsa : hfsa-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "de.m3y.hadoop.hdfs.hfsa" % "hfsa-lib" % "1.3.9"

Advertisement