Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.lansheng228 |
ArtifactId | ArtifactIdspring-boot-cache |
Version | Version2.2.7.6.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-cache-2.2.7.6.RELEASE.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lansheng228/spring-boot-cache/ -->
<dependency>
<groupId>com.github.lansheng228</groupId>
<artifactId>spring-boot-cache</artifactId>
<version>2.2.7.6.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lansheng228/spring-boot-cache/
implementation 'com.github.lansheng228:spring-boot-cache:2.2.7.6.RELEASE'
// https://jarcasting.com/artifacts/com.github.lansheng228/spring-boot-cache/
implementation ("com.github.lansheng228:spring-boot-cache:2.2.7.6.RELEASE")
'com.github.lansheng228:spring-boot-cache:pom:2.2.7.6.RELEASE'
<dependency org="com.github.lansheng228" name="spring-boot-cache" rev="2.2.7.6.RELEASE">
<artifact name="spring-boot-cache" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lansheng228', module='spring-boot-cache', version='2.2.7.6.RELEASE')
)
libraryDependencies += "com.github.lansheng228" % "spring-boot-cache" % "2.2.7.6.RELEASE"
[com.github.lansheng228/spring-boot-cache "2.2.7.6.RELEASE"]