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