is not current version
Last Version 1.3.7

com.cedarsoft.utils.legacy:hibernate 1.3.4


Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.cedarsoft.utils.legacy
ArtifactId

ArtifactId

hibernate
Version

Version

1.3.4
Type

Type

jar

Download hibernate 1.3.4


<!-- https://jarcasting.com/artifacts/com.cedarsoft.utils.legacy/hibernate/ -->
<dependency>
    <groupId>com.cedarsoft.utils.legacy</groupId>
    <artifactId>hibernate</artifactId>
    <version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.utils.legacy/hibernate/
implementation 'com.cedarsoft.utils.legacy:hibernate:1.3.4'
// https://jarcasting.com/artifacts/com.cedarsoft.utils.legacy/hibernate/
implementation ("com.cedarsoft.utils.legacy:hibernate:1.3.4")
'com.cedarsoft.utils.legacy:hibernate:jar:1.3.4'
<dependency org="com.cedarsoft.utils.legacy" name="hibernate" rev="1.3.4">
  <artifact name="hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.utils.legacy', module='hibernate', version='1.3.4')
)
libraryDependencies += "com.cedarsoft.utils.legacy" % "hibernate" % "1.3.4"
[com.cedarsoft.utils.legacy/hibernate "1.3.4"]