License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Spring Boot Container Microservices |
GroupId | GroupIdcn.com.xuxiaowei.boot |
ArtifactId | ArtifactIdspring-boot-starter-idempotent |
Last Version | Last Version0.0.1-alpha.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-idempotent
一个基于 Spring Boot Redis 的幂等
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.com.xuxiaowei.boot/spring-boot-starter-idempotent/ -->
<dependency>
<groupId>cn.com.xuxiaowei.boot</groupId>
<artifactId>spring-boot-starter-idempotent</artifactId>
<version>0.0.1-alpha.9</version>
</dependency>
// https://jarcasting.com/artifacts/cn.com.xuxiaowei.boot/spring-boot-starter-idempotent/
implementation 'cn.com.xuxiaowei.boot:spring-boot-starter-idempotent:0.0.1-alpha.9'
// https://jarcasting.com/artifacts/cn.com.xuxiaowei.boot/spring-boot-starter-idempotent/
implementation ("cn.com.xuxiaowei.boot:spring-boot-starter-idempotent:0.0.1-alpha.9")
'cn.com.xuxiaowei.boot:spring-boot-starter-idempotent:jar:0.0.1-alpha.9'
<dependency org="cn.com.xuxiaowei.boot" name="spring-boot-starter-idempotent" rev="0.0.1-alpha.9">
<artifact name="spring-boot-starter-idempotent" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.com.xuxiaowei.boot', module='spring-boot-starter-idempotent', version='0.0.1-alpha.9')
)
libraryDependencies += "cn.com.xuxiaowei.boot" % "spring-boot-starter-idempotent" % "0.0.1-alpha.9"
[cn.com.xuxiaowei.boot/spring-boot-starter-idempotent "0.0.1-alpha.9"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.11.0 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.3.8.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.3.8.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.3.8.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.8.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.8.RELEASE |