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