Categories |
CategoriesNet Hibernate Data ORM |
---|---|
GroupId | GroupIdnet.sf.hibernate |
ArtifactId | ArtifactIdhibernate-tools |
Last Version | Last Version2.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhibernate-tools
|
Filename | Size |
---|---|
hibernate-tools-2.1.3.pom | |
hibernate-tools-2.1.3.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.hibernate/hibernate-tools/ -->
<dependency>
<groupId>net.sf.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.hibernate/hibernate-tools/
implementation 'net.sf.hibernate:hibernate-tools:2.1.3'
// https://jarcasting.com/artifacts/net.sf.hibernate/hibernate-tools/
implementation ("net.sf.hibernate:hibernate-tools:2.1.3")
'net.sf.hibernate:hibernate-tools:jar:2.1.3'
<dependency org="net.sf.hibernate" name="hibernate-tools" rev="2.1.3">
<artifact name="hibernate-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.hibernate', module='hibernate-tools', version='2.1.3')
)
libraryDependencies += "net.sf.hibernate" % "hibernate-tools" % "2.1.3"
[net.sf.hibernate/hibernate-tools "2.1.3"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.hibernate : hibernate | jar | 2.1.3 |
jdom : jdom | jar | 1.0 |