Download hibernate-annotations-3.1beta4.jar file - Jar h

Jar examples for h:hibernate-annotations

Description

You can download jar file hibernate-annotations 3.1beta4 in this page.

Build File

You can use the following script to add hibernate-annotations-3.1beta4.jar to your project.

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

Download

Click the following link to download the jar file.

hibernate-annotations-3.1beta4-sources.jar
hibernate-annotations-3.1beta4.jar
hibernate-annotations-3.1beta4.pom



Related Tutorials