License |
License |
---|---|
GroupId | GroupIdcom.github.gentity |
ArtifactId | ArtifactIdgentity-test |
Version | Version0.26 |
Type | Typejar |
Description |
Descriptiongentity-test
JPA Entity class generator from DBSchema (*.dbs) database models (see https://www.dbschema.com)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
gentity-test-0.26.pom | |
gentity-test-0.26.jar | 308 KB |
gentity-test-0.26-sources.jar | 191 KB |
gentity-test-0.26-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gentity/gentity-test/ -->
<dependency>
<groupId>com.github.gentity</groupId>
<artifactId>gentity-test</artifactId>
<version>0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gentity/gentity-test/
implementation 'com.github.gentity:gentity-test:0.26'
// https://jarcasting.com/artifacts/com.github.gentity/gentity-test/
implementation ("com.github.gentity:gentity-test:0.26")
'com.github.gentity:gentity-test:jar:0.26'
<dependency org="com.github.gentity" name="gentity-test" rev="0.26">
<artifact name="gentity-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gentity', module='gentity-test', version='0.26')
)
libraryDependencies += "com.github.gentity" % "gentity-test" % "0.26"
[com.github.gentity/gentity-test "0.26"]
Group / Artifact | Type | Version |
---|---|---|
javax.persistence : javax.persistence-api | jar | 2.2 |
junit : junit | jar | 4.13.1 |
org.hsqldb : hsqldb | jar | 2.4.0 |
com.github.gentity : gentity-lib | jar | 0.26 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.persistence : eclipselink | jar | 2.7.5 |