License |
License |
---|---|
GroupId | GroupIdcom.github.gentity |
ArtifactId | ArtifactIdgentity-core |
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-core-0.26.pom | |
gentity-core-0.26.jar | 139 KB |
gentity-core-0.26-sources.jar | 118 KB |
gentity-core-0.26-javadoc.jar | 563 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gentity/gentity-core/ -->
<dependency>
<groupId>com.github.gentity</groupId>
<artifactId>gentity-core</artifactId>
<version>0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gentity/gentity-core/
implementation 'com.github.gentity:gentity-core:0.26'
// https://jarcasting.com/artifacts/com.github.gentity/gentity-core/
implementation ("com.github.gentity:gentity-core:0.26")
'com.github.gentity:gentity-core:jar:0.26'
<dependency org="com.github.gentity" name="gentity-core" rev="0.26">
<artifact name="gentity-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gentity', module='gentity-core', version='0.26')
)
libraryDependencies += "com.github.gentity" % "gentity-core" % "0.26"
[com.github.gentity/gentity-core "0.26"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jaxb : codemodel | jar | 2.3.2 |
javax.persistence : javax.persistence-api | jar | 2.2 |
org.glassfish.jaxb : jaxb-runtime | jar | 2.3.2 |
com.github.gentity : gentity-lib | jar | 0.26 |
jakarta.xml.bind : jakarta.xml.bind-api | jar | 2.3.2 |
com.github.upachler.mwbmodel : mwbmodel | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.hamcrest : hamcrest-core | jar | 1.3 |