GroupId | GroupIdcom.github.CCweixiao |
---|---|
ArtifactId | ArtifactIdhbase-sdk |
Version | Version2.0.7 |
Type | Typepom |
Filename | Size |
---|---|
hbase-sdk-2.0.7.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.CCweixiao/hbase-sdk/ -->
<dependency>
<groupId>com.github.CCweixiao</groupId>
<artifactId>hbase-sdk</artifactId>
<version>2.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.CCweixiao/hbase-sdk/
implementation 'com.github.CCweixiao:hbase-sdk:2.0.7'
// https://jarcasting.com/artifacts/com.github.CCweixiao/hbase-sdk/
implementation ("com.github.CCweixiao:hbase-sdk:2.0.7")
'com.github.CCweixiao:hbase-sdk:pom:2.0.7'
<dependency org="com.github.CCweixiao" name="hbase-sdk" rev="2.0.7">
<artifact name="hbase-sdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.CCweixiao', module='hbase-sdk', version='2.0.7')
)
libraryDependencies += "com.github.CCweixiao" % "hbase-sdk" % "2.0.7"
[com.github.CCweixiao/hbase-sdk "2.0.7"]