Download hibernate-core-4.2.19.Final-patched-play-1.3.2.jar file - Jar h

Jar examples for h:hibernate-core

Description

The core O/RM functionality as provided by Hibernate

You can download jar file hibernate-core 4.2.19.Final-patched-play-1.3.2 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add hibernate-core-4.2.19.Final-patched-play-1.3.2.jar to your project.

<dependency>
   <groupId>com.google.code.maven-play-plugin.org.hibernate</groupId>
   <artifactId>hibernate-core</artifactId>
   <version>4.2.19.Final-patched-play-1.3.2</version>
</dependency>
compile group: 'com.google.code.maven-play-plugin.org.hibernate', name: 'hibernate-core', version: '4.2.19.Final-patched-play-1.3.2'
libraryDependencies += "com.google.code.maven-play-plugin.org.hibernate" % "hibernate-core" % "4.2.19.Final-patched-play-1.3.2"
<dependency org="com.google.code.maven-play-plugin.org.hibernate" name="hibernate-core" rev="4.2.19.Final-patched-play-1.3.2"/>
@Grapes(@Grab(group='com.google.code.maven-play-plugin.org.hibernate', module='hibernate-core', version='4.2.19.Final-patched-play-1.3.2'))
'com.google.code.maven-play-plugin.org.hibernate:hibernate-core:jar:4.2.19.Final-patched-play-1.3.2'

Download

Click the following link to download the jar file.

hibernate-core-4.2.19.Final-patched-play-1.3.2-javadoc.jar
hibernate-core-4.2.19.Final-patched-play-1.3.2-sources.jar
hibernate-core-4.2.19.Final-patched-play-1.3.2.jar
hibernate-core-4.2.19.Final-patched-play-1.3.2.pom



Related Tutorials