не последняя версия
Последняя версия 1.2

org.atteo.moonshine:hibernate 1.1


Категории

Категории

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

Группа

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

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

hibernate
Версия

Версия

1.1
Тип

Тип

jar

Скачать hibernate 1.1


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