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

org.hibernate:hibernate-tutorials 3.3.0.SP1

Series of tutorials demonstrating Hibernate functionality

Категории

Категории

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

Группа

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

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

hibernate-tutorials
Версия

Версия

3.3.0.SP1
Тип

Тип

pom

Скачать hibernate-tutorials 3.3.0.SP1

Имя Файла Размер
hibernate-tutorials-3.3.0.SP1.pom 13 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-tutorials/ -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-tutorials</artifactId>
    <version>3.3.0.SP1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-tutorials/
implementation 'org.hibernate:hibernate-tutorials:3.3.0.SP1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-tutorials/
implementation ("org.hibernate:hibernate-tutorials:3.3.0.SP1")
'org.hibernate:hibernate-tutorials:pom:3.3.0.SP1'
<dependency org="org.hibernate" name="hibernate-tutorials" rev="3.3.0.SP1">
  <artifact name="hibernate-tutorials" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-tutorials', version='3.3.0.SP1')
)
libraryDependencies += "org.hibernate" % "hibernate-tutorials" % "3.3.0.SP1"
[org.hibernate/hibernate-tutorials "3.3.0.SP1"]