License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.ptgoetz |
ArtifactId | ArtifactIdstorm-hdfs |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
storm-hdfs-0.1.2.pom | |
storm-hdfs-0.1.2.jar | 39 KB |
storm-hdfs-0.1.2-sources.jar | 32 KB |
storm-hdfs-0.1.2-javadoc.jar | 249 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ptgoetz/storm-hdfs/ -->
<dependency>
<groupId>com.github.ptgoetz</groupId>
<artifactId>storm-hdfs</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ptgoetz/storm-hdfs/
implementation 'com.github.ptgoetz:storm-hdfs:0.1.2'
// https://jarcasting.com/artifacts/com.github.ptgoetz/storm-hdfs/
implementation ("com.github.ptgoetz:storm-hdfs:0.1.2")
'com.github.ptgoetz:storm-hdfs:jar:0.1.2'
<dependency org="com.github.ptgoetz" name="storm-hdfs" rev="0.1.2">
<artifact name="storm-hdfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ptgoetz', module='storm-hdfs', version='0.1.2')
)
libraryDependencies += "com.github.ptgoetz" % "storm-hdfs" % "0.1.2"
[com.github.ptgoetz/storm-hdfs "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-client | jar | 2.2.0 |
org.apache.hadoop : hadoop-hdfs | jar | 2.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.storm : storm-core | jar | 0.9.1-incubating |