Download hibernate-annotations-3.0beta1.jar file - Jar h

Jar examples for h:hibernate-annotations

Description

You can download jar file hibernate-annotations 3.0beta1 in this page.

Build File

You can use the following script to add hibernate-annotations-3.0beta1.jar to your project.

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

Download

Click the following link to download the jar file.

hibernate-annotations-3.0beta1.jar
hibernate-annotations-3.0beta1.pom



Related Tutorials