Package

hibernate-core : 3.6.9.Final

Description

A module of the Hibernate Core project

[ manual entry ]: Historically, Hibernate facilitated the storage and retrieval of Java domain objects via Object/Relational Mapping. Today, Hibernate is a collection of related projects enabling developers to utilize POJO-style domain models in their applications in ways extending well beyond Object/Relational Mapping.

We don't have any information about the release date. But this version was detected over 1 year ago
3269 other Packages are referencing this Package.

4 Test Dependencies
Dependency Version Current Version
5.0.0.CR4
2.2 2.2.9
2.1.12 2.2.7
1.3.171

3 Provided Dependencies
Dependency Version Current Version
1.1.0.Final
1.1.0 1.1.0
1.6.5 1.7.0
hibernate-core has recursive compile dependencies
See visual page
pom.xml snippet

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-core</artifactId>
    <version>3.6.9.Final</version>
</dependency>
    
Leave a comment
Sign In to leave a comment.