GroupId | GroupIdcom.github.srec |
---|---|
ArtifactId | ArtifactIdsrec-hadoop |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
srec-hadoop-0.1.0.pom | |
srec-hadoop-0.1.0.jar | 14 KB |
srec-hadoop-0.1.0-tests.jar | 2 KB |
srec-hadoop-0.1.0-sources.jar | 6 KB |
srec-hadoop-0.1.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.srec/srec-hadoop/ -->
<dependency>
<groupId>com.github.srec</groupId>
<artifactId>srec-hadoop</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.srec/srec-hadoop/
implementation 'com.github.srec:srec-hadoop:0.1.0'
// https://jarcasting.com/artifacts/com.github.srec/srec-hadoop/
implementation ("com.github.srec:srec-hadoop:0.1.0")
'com.github.srec:srec-hadoop:jar:0.1.0'
<dependency org="com.github.srec" name="srec-hadoop" rev="0.1.0">
<artifact name="srec-hadoop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.srec', module='srec-hadoop', version='0.1.0')
)
libraryDependencies += "com.github.srec" % "srec-hadoop" % "0.1.0"
[com.github.srec/srec-hadoop "0.1.0"]