License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.inzahgi |
ArtifactId | ArtifactIdspring-boot-starter-hbase |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
Descriptionspring-boot-starter-hbase
starter for hbase
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.inzahgi/spring-boot-starter-hbase/ -->
<dependency>
<groupId>com.github.inzahgi</groupId>
<artifactId>spring-boot-starter-hbase</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.inzahgi/spring-boot-starter-hbase/
implementation 'com.github.inzahgi:spring-boot-starter-hbase:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.inzahgi/spring-boot-starter-hbase/
implementation ("com.github.inzahgi:spring-boot-starter-hbase:1.0.0.RELEASE")
'com.github.inzahgi:spring-boot-starter-hbase:jar:1.0.0.RELEASE'
<dependency org="com.github.inzahgi" name="spring-boot-starter-hbase" rev="1.0.0.RELEASE">
<artifact name="spring-boot-starter-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.inzahgi', module='spring-boot-starter-hbase', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.inzahgi" % "spring-boot-starter-hbase" % "1.0.0.RELEASE"
[com.github.inzahgi/spring-boot-starter-hbase "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework : spring-tx | jar | |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.aliyun.hbase : alihbase-client | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |