| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.netease.nim |
| ArtifactId | ArtifactIdcamellia-hbase |
| Version | Version1.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| camellia-hbase-1.0.8.pom | |
| camellia-hbase-1.0.8.jar | 27 KB |
| camellia-hbase-1.0.8-sources.jar | 13 KB |
| camellia-hbase-1.0.8-javadoc.jar | 136 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.netease.nim/camellia-hbase/ -->
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-hbase</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.netease.nim/camellia-hbase/
implementation 'com.netease.nim:camellia-hbase:1.0.8'
// https://jarcasting.com/artifacts/com.netease.nim/camellia-hbase/
implementation ("com.netease.nim:camellia-hbase:1.0.8")
'com.netease.nim:camellia-hbase:jar:1.0.8'
<dependency org="com.netease.nim" name="camellia-hbase" rev="1.0.8">
<artifact name="camellia-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netease.nim', module='camellia-hbase', version='1.0.8')
)
libraryDependencies += "com.netease.nim" % "camellia-hbase" % "1.0.8"
[com.netease.nim/camellia-hbase "1.0.8"]