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