MVN

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

Maven & Gradle

Dec 16, 2022
2 usages
25 stars

HFSA Lib

<dependency>
    <groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
    <artifactId>hfsa-lib</artifactId>
    <version>1.3.8</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.8

All Versions

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

  • Version Updated
  • hfsa-lib-1.3.8

    Dec 16, 2022
  • hfsa-lib-1.3.7

    Jul 24, 2022
  • hfsa-lib-1.3.6

    Jul 24, 2022
  • hfsa-lib-1.3.5

    Jun 14, 2022
  • hfsa-lib-1.3.4

    May 08, 2022
  • hfsa-lib-1.3.3

    Aug 16, 2021
  • hfsa-lib-1.3.2

    May 24, 2021
  • hfsa-lib-1.3.1

    Oct 04, 2020
  • hfsa-lib-1.3.0

    Sep 07, 2020
  • hfsa-lib-1.2.0

    May 27, 2019
  • hfsa-lib-1.1.5

    Dec 25, 2018
  • hfsa-lib-1.1.4

    Nov 04, 2018
  • hfsa-lib-1.1.3

    Mar 11, 2018
  • hfsa-lib-1.1.2

    Mar 04, 2018
  • hfsa-lib-1.1.1

    Oct 03, 2017
  • hfsa-lib-1.1

    Sep 21, 2017
  • hfsa-lib-1.0

    Jul 16, 2017

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.8</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.8'

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.8")

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.8"