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