Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.ptgoetz |
ArtifactId | ArtifactIdstorm-hdfs |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
storm-hdfs-0.1.0.pom | |
storm-hdfs-0.1.0.jar | 38 KB |
storm-hdfs-0.1.0-sources.jar | 30 KB |
storm-hdfs-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ptgoetz/storm-hdfs/
implementation 'com.github.ptgoetz:storm-hdfs:0.1.0'
// https://jarcasting.com/artifacts/com.github.ptgoetz/storm-hdfs/
implementation ("com.github.ptgoetz:storm-hdfs:0.1.0")
'com.github.ptgoetz:storm-hdfs:jar:0.1.0'
<dependency org="com.github.ptgoetz" name="storm-hdfs" rev="0.1.0">
<artifact name="storm-hdfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ptgoetz', module='storm-hdfs', version='0.1.0')
)
libraryDependencies += "com.github.ptgoetz" % "storm-hdfs" % "0.1.0"
[com.github.ptgoetz/storm-hdfs "0.1.0"]