| Categories |
CategoriesHibernate Data ORM |
|---|---|
| GroupId | GroupIdhibernate |
| ArtifactId | ArtifactIdhibernate-annotations |
| Version | Version3.1beta4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hibernate-annotations-3.1beta4.pom | |
| hibernate-annotations-3.1beta4.jar | 164 KB |
| hibernate-annotations-3.1beta4-sources.jar | 103 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/hibernate/hibernate-annotations/ -->
<dependency>
<groupId>hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.1beta4</version>
</dependency>
// https://jarcasting.com/artifacts/hibernate/hibernate-annotations/
implementation 'hibernate:hibernate-annotations:3.1beta4'
// https://jarcasting.com/artifacts/hibernate/hibernate-annotations/
implementation ("hibernate:hibernate-annotations:3.1beta4")
'hibernate:hibernate-annotations:jar:3.1beta4'
<dependency org="hibernate" name="hibernate-annotations" rev="3.1beta4">
<artifact name="hibernate-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='hibernate', module='hibernate-annotations', version='3.1beta4')
)
libraryDependencies += "hibernate" % "hibernate-annotations" % "3.1beta4"
[hibernate/hibernate-annotations "3.1beta4"]