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