| License |
License |
|---|---|
| GroupId | GroupIdws.ladder |
| ArtifactId | ArtifactIdhibdep |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhibdep
Hibernate 3 support
|
| Filename | Size |
|---|---|
| hibdep-1.0.pom | |
| hibdep-1.0.jar | 4 KB |
| hibdep-1.0-sources.jar | 2 KB |
| hibdep-1.0-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ws.ladder/hibdep/ -->
<dependency>
<groupId>ws.ladder</groupId>
<artifactId>hibdep</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ladder/hibdep/
implementation 'ws.ladder:hibdep:1.0'
// https://jarcasting.com/artifacts/ws.ladder/hibdep/
implementation ("ws.ladder:hibdep:1.0")
'ws.ladder:hibdep:jar:1.0'
<dependency org="ws.ladder" name="hibdep" rev="1.0">
<artifact name="hibdep" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ladder', module='hibdep', version='1.0')
)
libraryDependencies += "ws.ladder" % "hibdep" % "1.0"
[ws.ladder/hibdep "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-entitymanager | jar | 3.5.4-Final |
| org.slf4j : slf4j-api | jar | 1.6.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-core | jar | 3.5.4-Final |
| org.hibernate : hibernate-validator | jar | 4.2.0.Final |
| org.hibernate.common : hibernate-commons-annotations | jar | 4.0.1.Final |
| org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Draft-7plus |
| javax.validation : validation-api | jar | 1.0.0.GA |