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