GroupId | GroupIdorg.testifyproject.local-resources |
---|---|
ArtifactId | ArtifactIdhdfs |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
hdfs-1.0.1.pom | |
hdfs-1.0.1.jar | 4 KB |
hdfs-1.0.1-sources.jar | 3 KB |
hdfs-1.0.1-javadoc.jar | 24 KB |
hdfs-1.0.1-2.8.1.jar | 4 KB |
Browse |
<!-- 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"]