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