Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netease.nim |
ArtifactId | ArtifactIdcamellia-hbase |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
camellia-hbase-1.0.5.pom | |
camellia-hbase-1.0.5.jar | 26 KB |
camellia-hbase-1.0.5-sources.jar | 13 KB |
camellia-hbase-1.0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.netease.nim/camellia-hbase/
implementation 'com.netease.nim:camellia-hbase:1.0.5'
// https://jarcasting.com/artifacts/com.netease.nim/camellia-hbase/
implementation ("com.netease.nim:camellia-hbase:1.0.5")
'com.netease.nim:camellia-hbase:jar:1.0.5'
<dependency org="com.netease.nim" name="camellia-hbase" rev="1.0.5">
<artifact name="camellia-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netease.nim', module='camellia-hbase', version='1.0.5')
)
libraryDependencies += "com.netease.nim" % "camellia-hbase" % "1.0.5"
[com.netease.nim/camellia-hbase "1.0.5"]