Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.appform.hbase.ds |
ArtifactId | ArtifactIdhbase-ds |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
hbase-ds-0.0.1.pom | |
hbase-ds-0.0.1.jar | 14 KB |
hbase-ds-0.0.1-sources.jar | 10 KB |
hbase-ds-0.0.1-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.appform.hbase.ds/hbase-ds/ -->
<dependency>
<groupId>io.appform.hbase.ds</groupId>
<artifactId>hbase-ds</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.appform.hbase.ds/hbase-ds/
implementation 'io.appform.hbase.ds:hbase-ds:0.0.1'
// https://jarcasting.com/artifacts/io.appform.hbase.ds/hbase-ds/
implementation ("io.appform.hbase.ds:hbase-ds:0.0.1")
'io.appform.hbase.ds:hbase-ds:jar:0.0.1'
<dependency org="io.appform.hbase.ds" name="hbase-ds" rev="0.0.1">
<artifact name="hbase-ds" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.appform.hbase.ds', module='hbase-ds', version='0.0.1')
)
libraryDependencies += "io.appform.hbase.ds" % "hbase-ds" % "0.0.1"
[io.appform.hbase.ds/hbase-ds "0.0.1"]