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

License

GNU Lesser General Public License

Build File

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

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

Download

Click the following link to download the jar file.

hibernate-1.0.RC1-javadoc.jar
hibernate-1.0.RC1-sources.jar
hibernate-1.0.RC1.jar
hibernate-1.0.RC1.pom



Related Tutorials