License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.dzy5639313 |
ArtifactId | ArtifactIdcache-spring-boot-starter |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Description |
Descriptioncache-spring-boot-starter
Memory cache base on caffeine, rabbitmq and spring cloud bus with Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.dzy5639313/cache-spring-boot-starter/ -->
<dependency>
<groupId>com.github.dzy5639313</groupId>
<artifactId>cache-spring-boot-starter</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dzy5639313/cache-spring-boot-starter/
implementation 'com.github.dzy5639313:cache-spring-boot-starter:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.dzy5639313/cache-spring-boot-starter/
implementation ("com.github.dzy5639313:cache-spring-boot-starter:1.0.0-RELEASE")
'com.github.dzy5639313:cache-spring-boot-starter:jar:1.0.0-RELEASE'
<dependency org="com.github.dzy5639313" name="cache-spring-boot-starter" rev="1.0.0-RELEASE">
<artifact name="cache-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dzy5639313', module='cache-spring-boot-starter', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.dzy5639313" % "cache-spring-boot-starter" % "1.0.0-RELEASE"
[com.github.dzy5639313/cache-spring-boot-starter "1.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.0.7.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.7.RELEASE |
org.springframework.cloud : spring-cloud-starter-bus-amqp | jar | 2.0.0.RELEASE |
com.github.ben-manes.caffeine : caffeine | jar | 2.6.2 |
org.projectlombok : lombok Optional | jar | 1.16.22 |
cn.hutool : hutool-json | jar | 4.0.9 |