is not current version
Last Version 1.4.2

com.cedarsoft.commons.old.legacy:hibernate 1.4.1


Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.cedarsoft.commons.old.legacy
ArtifactId

ArtifactId

hibernate
Version

Version

1.4.1
Type

Type

jar

Download hibernate 1.4.1


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