Download hibernate-2.1.7c.jar file - Jar h

Jar examples for h:hibernate

Description

This bundle provides one StatisticsMXBean for each persistence unit with an oname like this: org.hibernate.statistics:unitName=...

You can download jar file hibernate 2.1.7c in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add hibernate-2.1.7c.jar to your project.

<dependency>
   <groupId>net.sf.hibernate</groupId>
   <artifactId>hibernate</artifactId>
   <version>2.1.7c</version>
</dependency>
compile group: 'net.sf.hibernate', name: 'hibernate', version: '2.1.7c'
libraryDependencies += "net.sf.hibernate" % "hibernate" % "2.1.7c"
<dependency org="net.sf.hibernate" name="hibernate" rev="2.1.7c"/>
@Grapes(@Grab(group='net.sf.hibernate', module='hibernate', version='2.1.7c'))
'net.sf.hibernate:hibernate:jar:2.1.7c'

Download

Click the following link to download the jar file.

hibernate-2.1.7c.jar
hibernate-2.1.7c.pom



Related Tutorials