GroupId | GroupIdcz.o2.proxima |
---|---|
ArtifactId | ArtifactIdio-hdfs |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
io-hdfs-0.2.0.pom | |
io-hdfs-0.2.0.jar | 35 MB |
io-hdfs-0.2.0-sources.jar | 14 KB |
io-hdfs-0.2.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.o2.proxima/io-hdfs/ -->
<dependency>
<groupId>cz.o2.proxima</groupId>
<artifactId>io-hdfs</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.o2.proxima/io-hdfs/
implementation 'cz.o2.proxima:io-hdfs:0.2.0'
// https://jarcasting.com/artifacts/cz.o2.proxima/io-hdfs/
implementation ("cz.o2.proxima:io-hdfs:0.2.0")
'cz.o2.proxima:io-hdfs:jar:0.2.0'
<dependency org="cz.o2.proxima" name="io-hdfs" rev="0.2.0">
<artifact name="io-hdfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.o2.proxima', module='io-hdfs', version='0.2.0')
)
libraryDependencies += "cz.o2.proxima" % "io-hdfs" % "0.2.0"
[cz.o2.proxima/io-hdfs "0.2.0"]