is not current version
Last Version 1.0.2

org.testifyproject.local-resources:hdfs 1.0.1


GroupId

GroupId

org.testifyproject.local-resources
ArtifactId

ArtifactId

hdfs
Version

Version

1.0.1
Type

Type

jar

Download hdfs 1.0.1


<!-- https://jarcasting.com/artifacts/org.testifyproject.local-resources/hdfs/ -->
<dependency>
    <groupId>org.testifyproject.local-resources</groupId>
    <artifactId>hdfs</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.local-resources/hdfs/
implementation 'org.testifyproject.local-resources:hdfs:1.0.1'
// https://jarcasting.com/artifacts/org.testifyproject.local-resources/hdfs/
implementation ("org.testifyproject.local-resources:hdfs:1.0.1")
'org.testifyproject.local-resources:hdfs:jar:1.0.1'
<dependency org="org.testifyproject.local-resources" name="hdfs" rev="1.0.1">
  <artifact name="hdfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.local-resources', module='hdfs', version='1.0.1')
)
libraryDependencies += "org.testifyproject.local-resources" % "hdfs" % "1.0.1"
[org.testifyproject.local-resources/hdfs "1.0.1"]