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

org.actframework:act-hibernate 1.6.1

Provides SQL database access through Hibernate library

Категории

Категории

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

Группа

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

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

act-hibernate
Версия

Версия

1.6.1
Тип

Тип

jar

Скачать act-hibernate 1.6.1


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