License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.github.gentity |
ArtifactId | ArtifactIdgentity-test-hibernate |
Last Version | Last Version0.26 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJPA Entity class generator from DBSchema (*.dbs) database models (see https://www.dbschema.com)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
gentity-test-hibernate-0.26.pom | |
gentity-test-hibernate-0.26.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gentity/gentity-test-hibernate/ -->
<dependency>
<groupId>com.github.gentity</groupId>
<artifactId>gentity-test-hibernate</artifactId>
<version>0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gentity/gentity-test-hibernate/
implementation 'com.github.gentity:gentity-test-hibernate:0.26'
// https://jarcasting.com/artifacts/com.github.gentity/gentity-test-hibernate/
implementation ("com.github.gentity:gentity-test-hibernate:0.26")
'com.github.gentity:gentity-test-hibernate:jar:0.26'
<dependency org="com.github.gentity" name="gentity-test-hibernate" rev="0.26">
<artifact name="gentity-test-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gentity', module='gentity-test-hibernate', version='0.26')
)
libraryDependencies += "com.github.gentity" % "gentity-test-hibernate" % "0.26"
[com.github.gentity/gentity-test-hibernate "0.26"]
Group / Artifact | Type | Version |
---|---|---|
com.github.gentity : gentity-test | jar | 0.26 |
org.hibernate : hibernate-entitymanager | jar | 5.4.25.Final |
com.github.gentity : gentity-lib | jar | 0.26 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.hsqldb : hsqldb | jar | 2.4.0 |