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

License

GNU Lesser General Public License

Build File

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

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

Download

Click the following link to download the jar file.

hibernate-0.9-javadoc.jar
hibernate-0.9-sources.jar
hibernate-0.9.jar
hibernate-0.9.pom



Related Tutorials