License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-hibernate |
Last Version | Last Version1.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionACT Hibernate
Provides SQL database access through Hibernate library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
act-hibernate-1.7.0.pom | |
act-hibernate-1.7.0.jar | 10 KB |
act-hibernate-1.7.0-sources.jar | 9 KB |
act-hibernate-1.7.0-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-hibernate/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-hibernate</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-hibernate/
implementation 'org.actframework:act-hibernate:1.7.0'
// https://jarcasting.com/artifacts/org.actframework/act-hibernate/
implementation ("org.actframework:act-hibernate:1.7.0")
'org.actframework:act-hibernate:jar:1.7.0'
<dependency org="org.actframework" name="act-hibernate" rev="1.7.0">
<artifact name="act-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-hibernate', version='1.7.0')
)
libraryDependencies += "org.actframework" % "act-hibernate" % "1.7.0"
[org.actframework/act-hibernate "1.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.actframework : act-jpa-common | jar | 1.7.0 |
org.hibernate : hibernate-core | jar | 5.1.16.Final |
org.hibernate : hibernate-entitymanager | jar | 5.1.16.Final |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
org.actframework : act | jar | 1.8.29 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.9.0 |
org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |