Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.cedarsoft.commons.old.legacy |
ArtifactId | ArtifactIdhibernate |
Last Version | Last Version1.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
hibernate-1.4.2.pom | |
hibernate-1.4.2.jar | 8 KB |
hibernate-1.4.2-sources.jar | 3 KB |
hibernate-1.4.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.old.legacy/hibernate/ -->
<dependency>
<groupId>com.cedarsoft.commons.old.legacy</groupId>
<artifactId>hibernate</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.legacy/hibernate/
implementation 'com.cedarsoft.commons.old.legacy:hibernate:1.4.2'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.legacy/hibernate/
implementation ("com.cedarsoft.commons.old.legacy:hibernate:1.4.2")
'com.cedarsoft.commons.old.legacy:hibernate:jar:1.4.2'
<dependency org="com.cedarsoft.commons.old.legacy" name="hibernate" rev="1.4.2">
<artifact name="hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old.legacy', module='hibernate', version='1.4.2')
)
libraryDependencies += "com.cedarsoft.commons.old.legacy" % "hibernate" % "1.4.2"
[com.cedarsoft.commons.old.legacy/hibernate "1.4.2"]