GroupId | GroupIdcom.github.CCweixiao |
---|---|
ArtifactId | ArtifactIdhbase-sdk-common |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
hbase-sdk-common-1.0.5.pom | |
hbase-sdk-common-1.0.5.jar | 13 KB |
hbase-sdk-common-1.0.5-sources.jar | 8 KB |
hbase-sdk-common-1.0.5-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.CCweixiao/hbase-sdk-common/ -->
<dependency>
<groupId>com.github.CCweixiao</groupId>
<artifactId>hbase-sdk-common</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.CCweixiao/hbase-sdk-common/
implementation 'com.github.CCweixiao:hbase-sdk-common:1.0.5'
// https://jarcasting.com/artifacts/com.github.CCweixiao/hbase-sdk-common/
implementation ("com.github.CCweixiao:hbase-sdk-common:1.0.5")
'com.github.CCweixiao:hbase-sdk-common:jar:1.0.5'
<dependency org="com.github.CCweixiao" name="hbase-sdk-common" rev="1.0.5">
<artifact name="hbase-sdk-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.CCweixiao', module='hbase-sdk-common', version='1.0.5')
)
libraryDependencies += "com.github.CCweixiao" % "hbase-sdk-common" % "1.0.5"
[com.github.CCweixiao/hbase-sdk-common "1.0.5"]