License |
License
Standard BSD
|
---|---|
Categories |
CategoriesAnt Build Tools Hibernate Data ORM |
GroupId | GroupIdorg.iplantc.core |
ArtifactId | ArtifactIdhibernatetoolkit |
Last Version | Last Version1.8.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhibernate toolkit
Common utilities for working with Hibernate.
|
Project URL |
Project URL |
Filename | Size |
---|---|
hibernatetoolkit-1.8.4.pom | |
hibernatetoolkit-1.8.4.jar | 8 KB |
hibernatetoolkit-1.8.4-sources.jar | 4 KB |
hibernatetoolkit-1.8.4-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.iplantc.core/hibernatetoolkit/ -->
<dependency>
<groupId>org.iplantc.core</groupId>
<artifactId>hibernatetoolkit</artifactId>
<version>1.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.iplantc.core/hibernatetoolkit/
implementation 'org.iplantc.core:hibernatetoolkit:1.8.4'
// https://jarcasting.com/artifacts/org.iplantc.core/hibernatetoolkit/
implementation ("org.iplantc.core:hibernatetoolkit:1.8.4")
'org.iplantc.core:hibernatetoolkit:jar:1.8.4'
<dependency org="org.iplantc.core" name="hibernatetoolkit" rev="1.8.4">
<artifact name="hibernatetoolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iplantc.core', module='hibernatetoolkit', version='1.8.4')
)
libraryDependencies += "org.iplantc.core" % "hibernatetoolkit" % "1.8.4"
[org.iplantc.core/hibernatetoolkit "1.8.4"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 3.6.8.Final |
log4j : log4j | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |