License |
License |
---|---|
Categories |
CategoriesNet Hibernate Data ORM |
GroupId | GroupIdcom.hynnet |
ArtifactId | ArtifactIdhibernate3 |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhibernate3
hibernate3 java library.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hibernate3-3.0.pom | |
hibernate3-3.0.jar | 3 MB |
hibernate3-3.0-sources.jar | 534 bytes |
hibernate3-3.0-javadoc.jar | 534 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.hynnet/hibernate3/ -->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>hibernate3</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/hibernate3/
implementation 'com.hynnet:hibernate3:3.0'
// https://jarcasting.com/artifacts/com.hynnet/hibernate3/
implementation ("com.hynnet:hibernate3:3.0")
'com.hynnet:hibernate3:jar:3.0'
<dependency org="com.hynnet" name="hibernate3" rev="3.0">
<artifact name="hibernate3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='hibernate3', version='3.0')
)
libraryDependencies += "com.hynnet" % "hibernate3" % "3.0"
[com.hynnet/hibernate3 "3.0"]