Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.ptgoetz |
ArtifactId | ArtifactIdstorm-hdfs |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
storm-hdfs-0.1.1.pom | |
storm-hdfs-0.1.1.jar | 38 KB |
storm-hdfs-0.1.1-sources.jar | 30 KB |
storm-hdfs-0.1.1-javadoc.jar | 239 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ptgoetz/storm-hdfs/ -->
<dependency>
<groupId>com.github.ptgoetz</groupId>
<artifactId>storm-hdfs</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ptgoetz/storm-hdfs/
implementation 'com.github.ptgoetz:storm-hdfs:0.1.1'
// https://jarcasting.com/artifacts/com.github.ptgoetz/storm-hdfs/
implementation ("com.github.ptgoetz:storm-hdfs:0.1.1")
'com.github.ptgoetz:storm-hdfs:jar:0.1.1'
<dependency org="com.github.ptgoetz" name="storm-hdfs" rev="0.1.1">
<artifact name="storm-hdfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ptgoetz', module='storm-hdfs', version='0.1.1')
)
libraryDependencies += "com.github.ptgoetz" % "storm-hdfs" % "0.1.1"
[com.github.ptgoetz/storm-hdfs "0.1.1"]