License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.spring4all |
ArtifactId | ArtifactIdspring-boot-starter-hbase |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-hbase
starter for hbase
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.spring4all/spring-boot-starter-hbase/ -->
<dependency>
<groupId>com.spring4all</groupId>
<artifactId>spring-boot-starter-hbase</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.spring4all/spring-boot-starter-hbase/
implementation 'com.spring4all:spring-boot-starter-hbase:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.spring4all/spring-boot-starter-hbase/
implementation ("com.spring4all:spring-boot-starter-hbase:1.0.0.RELEASE")
'com.spring4all:spring-boot-starter-hbase:jar:1.0.0.RELEASE'
<dependency org="com.spring4all" name="spring-boot-starter-hbase" rev="1.0.0.RELEASE">
<artifact name="spring-boot-starter-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spring4all', module='spring-boot-starter-hbase', version='1.0.0.RELEASE')
)
libraryDependencies += "com.spring4all" % "spring-boot-starter-hbase" % "1.0.0.RELEASE"
[com.spring4all/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 |
org.apache.hbase : hbase-client | jar | 1.0.0-cdh5.4.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |