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