| Категории |
КатегорииHibernate Данные ORM |
|---|---|
| Группа | Группаhibernate |
| Идентификатор | Идентификаторhibernate-annotations |
| Версия | Версия3.0beta2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hibernate-annotations-3.0beta2.pom | |
| hibernate-annotations-3.0beta2.jar | 127 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/hibernate/hibernate-annotations/ -->
<dependency>
<groupId>hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.0beta2</version>
</dependency>
// https://jarcasting.com/artifacts/hibernate/hibernate-annotations/
implementation 'hibernate:hibernate-annotations:3.0beta2'
// https://jarcasting.com/artifacts/hibernate/hibernate-annotations/
implementation ("hibernate:hibernate-annotations:3.0beta2")
'hibernate:hibernate-annotations:jar:3.0beta2'
<dependency org="hibernate" name="hibernate-annotations" rev="3.0beta2">
<artifact name="hibernate-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='hibernate', module='hibernate-annotations', version='3.0beta2')
)
libraryDependencies += "hibernate" % "hibernate-annotations" % "3.0beta2"
[hibernate/hibernate-annotations "3.0beta2"]