Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oschina.j2cache |
ArtifactId | ArtifactIdj2cache-springcache |
Version | Version2.7.4-release |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-springcache/ -->
<dependency>
<groupId>net.oschina.j2cache</groupId>
<artifactId>j2cache-springcache</artifactId>
<version>2.7.4-release</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-springcache/
implementation 'net.oschina.j2cache:j2cache-springcache:2.7.4-release'
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-springcache/
implementation ("net.oschina.j2cache:j2cache-springcache:2.7.4-release")
'net.oschina.j2cache:j2cache-springcache:jar:2.7.4-release'
<dependency org="net.oschina.j2cache" name="j2cache-springcache" rev="2.7.4-release">
<artifact name="j2cache-springcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.j2cache', module='j2cache-springcache', version='2.7.4-release')
)
libraryDependencies += "net.oschina.j2cache" % "j2cache-springcache" % "2.7.4-release"
[net.oschina.j2cache/j2cache-springcache "2.7.4-release"]