GroupId | GroupIdcom.github.thinker0.heron |
---|---|
ArtifactId | ArtifactIdheron-hdfs |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
heron-hdfs-1.0.5.pom | |
heron-hdfs-1.0.5.jar | 74 KB |
heron-hdfs-1.0.5-tests.jar | 13 KB |
heron-hdfs-1.0.5-sources.jar | 68 KB |
heron-hdfs-1.0.5-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-hdfs/ -->
<dependency>
<groupId>com.github.thinker0.heron</groupId>
<artifactId>heron-hdfs</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-hdfs/
implementation 'com.github.thinker0.heron:heron-hdfs:1.0.5'
// https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-hdfs/
implementation ("com.github.thinker0.heron:heron-hdfs:1.0.5")
'com.github.thinker0.heron:heron-hdfs:jar:1.0.5'
<dependency org="com.github.thinker0.heron" name="heron-hdfs" rev="1.0.5">
<artifact name="heron-hdfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thinker0.heron', module='heron-hdfs', version='1.0.5')
)
libraryDependencies += "com.github.thinker0.heron" % "heron-hdfs" % "1.0.5"
[com.github.thinker0.heron/heron-hdfs "1.0.5"]