Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdnet.oschina.j2cache |
ArtifactId | ArtifactIdj2cache-spring-boot-starter |
Version | Version2.3.2-release |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-spring-boot-starter/ -->
<dependency>
<groupId>net.oschina.j2cache</groupId>
<artifactId>j2cache-spring-boot-starter</artifactId>
<version>2.3.2-release</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-spring-boot-starter/
implementation 'net.oschina.j2cache:j2cache-spring-boot-starter:2.3.2-release'
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-spring-boot-starter/
implementation ("net.oschina.j2cache:j2cache-spring-boot-starter:2.3.2-release")
'net.oschina.j2cache:j2cache-spring-boot-starter:jar:2.3.2-release'
<dependency org="net.oschina.j2cache" name="j2cache-spring-boot-starter" rev="2.3.2-release">
<artifact name="j2cache-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.j2cache', module='j2cache-spring-boot-starter', version='2.3.2-release')
)
libraryDependencies += "net.oschina.j2cache" % "j2cache-spring-boot-starter" % "2.3.2-release"
[net.oschina.j2cache/j2cache-spring-boot-starter "2.3.2-release"]