License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate |
Last Version | Last Version3.6.0.Beta2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHibernate Core Aggregator
Aggregator of the Hibernate Core modules.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
hibernate-3.6.0.Beta2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.6.0.Beta2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate/
implementation 'org.hibernate:hibernate:3.6.0.Beta2'
// https://jarcasting.com/artifacts/org.hibernate/hibernate/
implementation ("org.hibernate:hibernate:3.6.0.Beta2")
'org.hibernate:hibernate:pom:3.6.0.Beta2'
<dependency org="org.hibernate" name="hibernate" rev="3.6.0.Beta2">
<artifact name="hibernate" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate', version='3.6.0.Beta2')
)
libraryDependencies += "org.hibernate" % "hibernate" % "3.6.0.Beta2"
[org.hibernate/hibernate "3.6.0.Beta2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
org.slf4j : jcl-over-slf4j | jar | 1.6.1 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
commons-logging : commons-logging | jar | 99.0-does-not-exist |
commons-logging : commons-logging-api | jar | 99.0-does-not-exist |