Hibernate 5.2.10 jar Download link
Hibernate version 5.2.10 is now the final version of Hibernate in this development series and it is released with new features/improvements. In this section we will tell you how you can download the jar files and include in your project.
Usually developers are using maven dependency in the project which downloads all the jar files automatically. In some cases if you prefer to download all the jar files in a zip file and then after extracting zip file you can include jar selectively in your project.
To include jar manually in your projects lib directory you need the jar files of Hibernate 5.2.10. All the versions of Hibernate build are distributed through sourceforge.net website. The sourceforge.net website is used by developers around the world to distribute their open source software.
New features in Hibernate version 5.2.10
- Add the getResultStream() default method in org.hibernate.query.Query
- ANTLR parser should fail when providing an extra parenthesis
You can check all the new features at Hibernate 5 Features.
Download Hibernate 5.2.10 jar
Visit the sourceforge.net url: Hibernate 5.2.10 download link as shown below:
Here click on the link "hibernate-release-5.2.10.Final.zip" to download Hibernate 5.2.10 jar in zip format.
After downloading zip it and then include required jar files in your project.
Here are the list of jar files included in Hibernate 5.2.10
envers
- hibernate-envers-5.2.10.Final.jar
jpa-metamodel-generator
- hibernate-jpamodelgen-5.2.10.Final.jar
optional
c3p0
- c3p0-0.9.5.2.jar
- hibernate-c3p0-5.2.10.Final.jar
- mchange-commons-java-0.2.11.jar
ehcache
- ehcache-2.10.3.jar
- hibernate-ehcache-5.2.10.Final.jar
- slf4j-api-1.7.7.jar
infinispan
- hibernate-infinispan-5.2.10.Final.jar
- hibernate-infinispan-5.2.10.Final-tests.jar
- infinispan-commons-8.2.5.Final.jar
- infinispan-core-8.2.5.Final.jar
- jboss-marshalling-osgi-1.4.10.Final.jar
- jboss-transaction-api_1.1_spec-1.0.1.Final.jar
- jgroups-3.6.7.Final.jar
proxool
- hibernate-proxool-5.2.10.Final.jar
- proxool-0.8.3.jar
osgi
- byte-buddy-1.6.6.jar
- hibernate-osgi-5.2.10.Final.jar
- hibernate-osgi-5.2.10.Final-karaf.xml
- javax.interceptor-api-1.2.jar
- org.osgi.compendium-4.3.1.jar
- org.osgi.core-4.3.1.jar
required
- antlr-2.7.7.jar
- classmate-1.3.0.jar
- dom4j-1.6.1.jar
- hibernate-commons-annotations-5.0.1.Final.jar
- hibernate-core-5.2.10.Final.jar
- hibernate-jpa-2.1-api-1.0.0.Final.jar
- jandex-2.0.3.Final.jar
- javassist-3.20.0-GA.jar
- jboss-logging-3.3.0.Final.jar
- jboss-transaction-api_1.2_spec-1.0.1.Final.jar
spatial
- geolatte-geom-1.0.6.jar
- guava-18.0.jar
- hibernate-spatial-5.2.10.Final.jar
- jna-4.1.0.jar
- jna-platform-4.1.0.jar
- jts-1.13.jar
- postgresql-9.4-1200-jdbc41.jar
- slf4j-api-1.7.7.jar
- slf4j-simple-1.7.7.jar
- waffle-jna-1.7.jar
In this tutorial I provided url to download Hibernate 5.2.10 jar file.
Hibernate tutorials links:
Check all the Hibernate 5 tutorials.
Check all the Hibernate Tutorials for beginners.