Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.jtransfo |
ArtifactId | ArtifactIdjtransfo-hibernate |
Version | Version2.8 |
Type | Typejar |
Filename | Size |
---|---|
jtransfo-hibernate-2.8.pom | |
jtransfo-hibernate-2.8.jar | 4 KB |
jtransfo-hibernate-2.8-tests.jar | 3 KB |
jtransfo-hibernate-2.8-sources.jar | 2 KB |
jtransfo-hibernate-2.8-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jtransfo/jtransfo-hibernate/ -->
<dependency>
<groupId>org.jtransfo</groupId>
<artifactId>jtransfo-hibernate</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jtransfo/jtransfo-hibernate/
implementation 'org.jtransfo:jtransfo-hibernate:2.8'
// https://jarcasting.com/artifacts/org.jtransfo/jtransfo-hibernate/
implementation ("org.jtransfo:jtransfo-hibernate:2.8")
'org.jtransfo:jtransfo-hibernate:jar:2.8'
<dependency org="org.jtransfo" name="jtransfo-hibernate" rev="2.8">
<artifact name="jtransfo-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jtransfo', module='jtransfo-hibernate', version='2.8')
)
libraryDependencies += "org.jtransfo" % "jtransfo-hibernate" % "2.8"
[org.jtransfo/jtransfo-hibernate "2.8"]