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