is not current version
Last Version 1.0.1

com.github.CCweixiao:spring-boot-starter-hbase 1.0.0


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.CCweixiao
ArtifactId

ArtifactId

spring-boot-starter-hbase
Version

Version

1.0.0
Type

Type

jar

Download spring-boot-starter-hbase 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.CCweixiao/spring-boot-starter-hbase/ -->
<dependency>
    <groupId>com.github.CCweixiao</groupId>
    <artifactId>spring-boot-starter-hbase</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.CCweixiao/spring-boot-starter-hbase/
implementation 'com.github.CCweixiao:spring-boot-starter-hbase:1.0.0'
// https://jarcasting.com/artifacts/com.github.CCweixiao/spring-boot-starter-hbase/
implementation ("com.github.CCweixiao:spring-boot-starter-hbase:1.0.0")
'com.github.CCweixiao:spring-boot-starter-hbase:jar:1.0.0'
<dependency org="com.github.CCweixiao" name="spring-boot-starter-hbase" rev="1.0.0">
  <artifact name="spring-boot-starter-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.CCweixiao', module='spring-boot-starter-hbase', version='1.0.0')
)
libraryDependencies += "com.github.CCweixiao" % "spring-boot-starter-hbase" % "1.0.0"
[com.github.CCweixiao/spring-boot-starter-hbase "1.0.0"]