Categories |
CategoriesNet Hibernate Data ORM |
---|---|
GroupId | GroupIdnet.oschina.j2cache |
ArtifactId | ArtifactIdj2cache-hibernate3 |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
j2cache-hibernate3-2.1.0.pom | |
j2cache-hibernate3-2.1.0.jar | 10 KB |
j2cache-hibernate3-2.1.0-sources.jar | 5 KB |
j2cache-hibernate3-2.1.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-hibernate3/ -->
<dependency>
<groupId>net.oschina.j2cache</groupId>
<artifactId>j2cache-hibernate3</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-hibernate3/
implementation 'net.oschina.j2cache:j2cache-hibernate3:2.1.0'
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-hibernate3/
implementation ("net.oschina.j2cache:j2cache-hibernate3:2.1.0")
'net.oschina.j2cache:j2cache-hibernate3:jar:2.1.0'
<dependency org="net.oschina.j2cache" name="j2cache-hibernate3" rev="2.1.0">
<artifact name="j2cache-hibernate3" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.j2cache', module='j2cache-hibernate3', version='2.1.0')
)
libraryDependencies += "net.oschina.j2cache" % "j2cache-hibernate3" % "2.1.0"
[net.oschina.j2cache/j2cache-hibernate3 "2.1.0"]