Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.CCweixiao |
ArtifactId | ArtifactIdspring-boot-starter-hbase |
Version | Version1.0.0 |
Type | Typejar |
<!-- 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"]