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