License |
License |
---|---|
GroupId | GroupIdcom.github.jsr203hadoop |
ArtifactId | ArtifactIdjsr203hadoop |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsr203hadoop
A Java NIO file system provider for HDFS
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsr203hadoop-1.0.3.pom | |
jsr203hadoop-1.0.3.jar | 56 KB |
jsr203hadoop-1.0.3-sources.jar | 36 KB |
jsr203hadoop-1.0.3-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsr203hadoop/jsr203hadoop/ -->
<dependency>
<groupId>com.github.jsr203hadoop</groupId>
<artifactId>jsr203hadoop</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsr203hadoop/jsr203hadoop/
implementation 'com.github.jsr203hadoop:jsr203hadoop:1.0.3'
// https://jarcasting.com/artifacts/com.github.jsr203hadoop/jsr203hadoop/
implementation ("com.github.jsr203hadoop:jsr203hadoop:1.0.3")
'com.github.jsr203hadoop:jsr203hadoop:jar:1.0.3'
<dependency org="com.github.jsr203hadoop" name="jsr203hadoop" rev="1.0.3">
<artifact name="jsr203hadoop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsr203hadoop', module='jsr203hadoop', version='1.0.3')
)
libraryDependencies += "com.github.jsr203hadoop" % "jsr203hadoop" % "1.0.3"
[com.github.jsr203hadoop/jsr203hadoop "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-common | jar | 2.7.2 |
org.apache.hadoop : hadoop-hdfs | jar | 2.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-common | jar | 2.7.2 |
org.apache.hadoop : hadoop-hdfs | jar | 2.7.2 |
junit : junit | jar | 4.12 |