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