MVN

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

Maven & Gradle

Jul 09, 2023
1 usages
37 stars

HFSA Tool

<dependency>
    <groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
    <artifactId>hfsa-tool</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-tool 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-tool to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
    <artifactId>hfsa-tool</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-tool gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement