Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oschina.j2cache |
ArtifactId | ArtifactIdj2cache-core |
Version | Version2.3.22-release |
Type | Typejar |
Filename | Size |
---|---|
j2cache-core-2.3.22-release.pom | |
j2cache-core-2.3.22-release.jar | 97 KB |
j2cache-core-2.3.22-release-sources.jar | 67 KB |
j2cache-core-2.3.22-release-javadoc.jar | 311 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-core/ -->
<dependency>
<groupId>net.oschina.j2cache</groupId>
<artifactId>j2cache-core</artifactId>
<version>2.3.22-release</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-core/
implementation 'net.oschina.j2cache:j2cache-core:2.3.22-release'
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-core/
implementation ("net.oschina.j2cache:j2cache-core:2.3.22-release")
'net.oschina.j2cache:j2cache-core:jar:2.3.22-release'
<dependency org="net.oschina.j2cache" name="j2cache-core" rev="2.3.22-release">
<artifact name="j2cache-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.j2cache', module='j2cache-core', version='2.3.22-release')
)
libraryDependencies += "net.oschina.j2cache" % "j2cache-core" % "2.3.22-release"
[net.oschina.j2cache/j2cache-core "2.3.22-release"]