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