License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdsite.dunhanson |
ArtifactId | ArtifactIdtablestore-spring-boot-starter |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontablestore-spring-boot-starter
Tablestore project for Spring Boot Starter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/site.dunhanson/tablestore-spring-boot-starter/ -->
<dependency>
<groupId>site.dunhanson</groupId>
<artifactId>tablestore-spring-boot-starter</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/site.dunhanson/tablestore-spring-boot-starter/
implementation 'site.dunhanson:tablestore-spring-boot-starter:0.0.2'
// https://jarcasting.com/artifacts/site.dunhanson/tablestore-spring-boot-starter/
implementation ("site.dunhanson:tablestore-spring-boot-starter:0.0.2")
'site.dunhanson:tablestore-spring-boot-starter:jar:0.0.2'
<dependency org="site.dunhanson" name="tablestore-spring-boot-starter" rev="0.0.2">
<artifact name="tablestore-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='site.dunhanson', module='tablestore-spring-boot-starter', version='0.0.2')
)
libraryDependencies += "site.dunhanson" % "tablestore-spring-boot-starter" % "0.0.2"
[site.dunhanson/tablestore-spring-boot-starter "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.4.1 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.1 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.1 |
org.projectlombok : lombok Optional | jar | 1.18.16 |
com.aliyun.openservices : tablestore | jar | 5.13.0 |
cn.hutool : hutool-all | jar | 5.5.6 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.ansj : ansj_seg | jar | 5.1.6 |
commons-collections : commons-collections | jar | 3.2.1 |
com.google.guava : guava | jar | 20.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.1 |
junit : junit | jar | 4.13.1 |