License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices H2 Data Databases |
GroupId | GroupIdcom.github.howinfun |
ArtifactId | ArtifactIdh2cache-spring-boot-starter |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptionh2cache-spring-boot-starter
二级缓存
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.howinfun/h2cache-spring-boot-starter/ -->
<dependency>
<groupId>com.github.howinfun</groupId>
<artifactId>h2cache-spring-boot-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.howinfun/h2cache-spring-boot-starter/
implementation 'com.github.howinfun:h2cache-spring-boot-starter:0.0.1'
// https://jarcasting.com/artifacts/com.github.howinfun/h2cache-spring-boot-starter/
implementation ("com.github.howinfun:h2cache-spring-boot-starter:0.0.1")
'com.github.howinfun:h2cache-spring-boot-starter:jar:0.0.1'
<dependency org="com.github.howinfun" name="h2cache-spring-boot-starter" rev="0.0.1">
<artifact name="h2cache-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.howinfun', module='h2cache-spring-boot-starter', version='0.0.1')
)
libraryDependencies += "com.github.howinfun" % "h2cache-spring-boot-starter" % "0.0.1"
[com.github.howinfun/h2cache-spring-boot-starter "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.6.RELEASE |
redis.clients : jedis | jar | 3.1.0 |
io.lettuce : lettuce-core | jar | 5.1.7.RELEASE |
net.sf.ehcache : ehcache | jar | 2.10.6 |
org.projectlombok : lombok | jar | 1.18.10 |