| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHibernate Данные ORM |
| Группа | Группаorg.hibernate |
| Идентификатор | Идентификаторhibernate-commons-annotations |
| Последняя версия | Последняя версия3.3.0.ga |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHibernate Commons - Annotations
EJB3-style annotations for Hibernate - common code
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-commons-annotations/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.3.0.ga</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-commons-annotations/
implementation 'org.hibernate:hibernate-commons-annotations:3.3.0.ga'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-commons-annotations/
implementation ("org.hibernate:hibernate-commons-annotations:3.3.0.ga")
'org.hibernate:hibernate-commons-annotations:jar:3.3.0.ga'
<dependency org="org.hibernate" name="hibernate-commons-annotations" rev="3.3.0.ga">
<artifact name="hibernate-commons-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-commons-annotations', version='3.3.0.ga')
)
libraryDependencies += "org.hibernate" % "hibernate-commons-annotations" % "3.3.0.ga"
[org.hibernate/hibernate-commons-annotations "3.3.0.ga"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hibernate : hibernate | jar | 3.2.1.ga |
| javax.persistence : persistence-api | jar | 1.0 |