не последняя версия
Последняя версия 3.5.0.Beta-1

org.hibernate:hibernate-tutorials 3.3.1.GA

Series of tutorials demonstrating Hibernate functionality

Категории

Категории

Hibernate Данные ORM
Группа

Группа

org.hibernate
Идентификатор

Идентификатор

hibernate-tutorials
Версия

Версия

3.3.1.GA
Тип

Тип

pom

Скачать hibernate-tutorials 3.3.1.GA

Имя Файла Размер
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"]