Download hibernate-entitymanager-3.4.0.GA.jar file - Jar h

Jar examples for h:hibernate-entitymanager

Description

Hibernate Entitity Manager

You can download jar file hibernate-entitymanager 3.4.0.GA in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE

Build File

You can use the following script to add hibernate-entitymanager-3.4.0.GA.jar to your project.

<dependency>
   <groupId>org.hibernate</groupId>
   <artifactId>hibernate-entitymanager</artifactId>
   <version>3.4.0.GA</version>
</dependency>
compile group: 'org.hibernate', name: 'hibernate-entitymanager', version: '3.4.0.GA'
libraryDependencies += "org.hibernate" % "hibernate-entitymanager" % "3.4.0.GA"
<dependency org="org.hibernate" name="hibernate-entitymanager" rev="3.4.0.GA"/>
@Grapes(@Grab(group='org.hibernate', module='hibernate-entitymanager', version='3.4.0.GA'))
'org.hibernate:hibernate-entitymanager:jar:3.4.0.GA'

Download

Click the following link to download the jar file.

hibernate-entitymanager-3.4.0.GA.jar
hibernate-entitymanager-3.4.0.GA.pom
hibernate-entitymanager-3.4.0.GA-sources.jar



Related Tutorials