License |
License |
---|---|
GroupId | GroupIdcom.alilitech |
ArtifactId | ArtifactIdboot-plus-cache |
Version | Version1.3.10 |
Type | Typejar |
Description |
Descriptionboot-plus is a rapid development framework based on spring boot.
|
Filename | Size |
---|---|
boot-plus-cache-1.3.10.pom | |
boot-plus-cache-1.3.10.jar | 16 KB |
boot-plus-cache-1.3.10-sources.jar | 12 KB |
boot-plus-cache-1.3.10-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alilitech/boot-plus-cache/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>boot-plus-cache</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-cache/
implementation 'com.alilitech:boot-plus-cache:1.3.10'
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-cache/
implementation ("com.alilitech:boot-plus-cache:1.3.10")
'com.alilitech:boot-plus-cache:jar:1.3.10'
<dependency org="com.alilitech" name="boot-plus-cache" rev="1.3.10">
<artifact name="boot-plus-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='boot-plus-cache', version='1.3.10')
)
libraryDependencies += "com.alilitech" % "boot-plus-cache" % "1.3.10"
[com.alilitech/boot-plus-cache "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-cache | jar | |
com.github.ben-manes.caffeine : caffeine Optional | jar | |
org.springframework.boot : spring-boot-starter-data-redis Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |