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