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