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