| GroupId | GroupIdcom.github.jsr203hadoop |
|---|---|
| ArtifactId | ArtifactIdjsr203hadoop |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsr203hadoop-1.0.2.pom | |
| jsr203hadoop-1.0.2.jar | 49 KB |
| jsr203hadoop-1.0.2-sources.jar | 34 KB |
| jsr203hadoop-1.0.2-javadoc.jar | 115 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsr203hadoop/jsr203hadoop/ -->
<dependency>
<groupId>com.github.jsr203hadoop</groupId>
<artifactId>jsr203hadoop</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsr203hadoop/jsr203hadoop/
implementation 'com.github.jsr203hadoop:jsr203hadoop:1.0.2'
// https://jarcasting.com/artifacts/com.github.jsr203hadoop/jsr203hadoop/
implementation ("com.github.jsr203hadoop:jsr203hadoop:1.0.2")
'com.github.jsr203hadoop:jsr203hadoop:jar:1.0.2'
<dependency org="com.github.jsr203hadoop" name="jsr203hadoop" rev="1.0.2">
<artifact name="jsr203hadoop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsr203hadoop', module='jsr203hadoop', version='1.0.2')
)
libraryDependencies += "com.github.jsr203hadoop" % "jsr203hadoop" % "1.0.2"
[com.github.jsr203hadoop/jsr203hadoop "1.0.2"]