Download hibernate-3.0.5.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 3.0.5 in this page.

License

GNU Lesser General Public License

Build File

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

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

Download

Click the following link to download the jar file.

hibernate-3.0.5-sources.jar
hibernate-3.0.5.jar
hibernate-3.0.5.pom



Related Tutorials