Jar examples for h:hibernate
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.4 in this page.
GNU Lesser General Public License
You can use the following script to add hibernate-2.1.4.jar to your project.
<dependency> <groupId>hibernate</groupId> <artifactId>hibernate</artifactId> <version>2.1.4</version> </dependency>
compile group: 'hibernate', name: 'hibernate', version: '2.1.4'
libraryDependencies += "hibernate" % "hibernate" % "2.1.4"
<dependency org="hibernate" name="hibernate" rev="2.1.4"/>
@Grapes(@Grab(group='hibernate', module='hibernate', version='2.1.4'))
'hibernate:hibernate:jar:2.1.4'
Click the following link to download the jar file.
hibernate-2.1.4.jar