Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-hibernate |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
act-hibernate-1.3.0.pom | |
act-hibernate-1.3.0.jar | 9 KB |
act-hibernate-1.3.0-sources.jar | 8 KB |
act-hibernate-1.3.0-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-hibernate/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-hibernate</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-hibernate/
implementation 'org.actframework:act-hibernate:1.3.0'
// https://jarcasting.com/artifacts/org.actframework/act-hibernate/
implementation ("org.actframework:act-hibernate:1.3.0")
'org.actframework:act-hibernate:jar:1.3.0'
<dependency org="org.actframework" name="act-hibernate" rev="1.3.0">
<artifact name="act-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-hibernate', version='1.3.0')
)
libraryDependencies += "org.actframework" % "act-hibernate" % "1.3.0"
[org.actframework/act-hibernate "1.3.0"]