Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.datarouter |
ArtifactId | ArtifactIddatarouter-hbase |
Version | Version0.0.92 |
Type | Typejar |
Filename | Size |
---|---|
datarouter-hbase-0.0.92.pom | |
datarouter-hbase-0.0.92.jar | 190 KB |
datarouter-hbase-0.0.92-sources.jar | 106 KB |
datarouter-hbase-0.0.92-javadoc.jar | 874 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datarouter/datarouter-hbase/ -->
<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-hbase</artifactId>
<version>0.0.92</version>
</dependency>
// https://jarcasting.com/artifacts/io.datarouter/datarouter-hbase/
implementation 'io.datarouter:datarouter-hbase:0.0.92'
// https://jarcasting.com/artifacts/io.datarouter/datarouter-hbase/
implementation ("io.datarouter:datarouter-hbase:0.0.92")
'io.datarouter:datarouter-hbase:jar:0.0.92'
<dependency org="io.datarouter" name="datarouter-hbase" rev="0.0.92">
<artifact name="datarouter-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datarouter', module='datarouter-hbase', version='0.0.92')
)
libraryDependencies += "io.datarouter" % "datarouter-hbase" % "0.0.92"
[io.datarouter/datarouter-hbase "0.0.92"]