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