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