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