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