is not current version
Last Version 1.7.0

org.actframework:act-hibernate 1.5.5

Provides SQL database access through Hibernate library

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-hibernate
Version

Version

1.5.5
Type

Type

jar

Download act-hibernate 1.5.5


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