Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.mengweijin |
ArtifactId | ArtifactIdcache-expired-spring-boot-starter |
Version | Version1.0.33 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mengweijin/cache-expired-spring-boot-starter/ -->
<dependency>
<groupId>com.github.mengweijin</groupId>
<artifactId>cache-expired-spring-boot-starter</artifactId>
<version>1.0.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mengweijin/cache-expired-spring-boot-starter/
implementation 'com.github.mengweijin:cache-expired-spring-boot-starter:1.0.33'
// https://jarcasting.com/artifacts/com.github.mengweijin/cache-expired-spring-boot-starter/
implementation ("com.github.mengweijin:cache-expired-spring-boot-starter:1.0.33")
'com.github.mengweijin:cache-expired-spring-boot-starter:jar:1.0.33'
<dependency org="com.github.mengweijin" name="cache-expired-spring-boot-starter" rev="1.0.33">
<artifact name="cache-expired-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mengweijin', module='cache-expired-spring-boot-starter', version='1.0.33')
)
libraryDependencies += "com.github.mengweijin" % "cache-expired-spring-boot-starter" % "1.0.33"
[com.github.mengweijin/cache-expired-spring-boot-starter "1.0.33"]