is not current version
Last Version 0.26

com.github.gentity:gentity 0.25

JPA Entity class generator from DBSchema (*.dbs) database models (see https://www.dbschema.com)

GroupId

GroupId

com.github.gentity
ArtifactId

ArtifactId

gentity
Version

Version

0.25
Type

Type

pom

Download gentity 0.25

Filename Size
gentity-0.25.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.gentity/gentity/ -->
<dependency>
    <groupId>com.github.gentity</groupId>
    <artifactId>gentity</artifactId>
    <version>0.25</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gentity/gentity/
implementation 'com.github.gentity:gentity:0.25'
// https://jarcasting.com/artifacts/com.github.gentity/gentity/
implementation ("com.github.gentity:gentity:0.25")
'com.github.gentity:gentity:pom:0.25'
<dependency org="com.github.gentity" name="gentity" rev="0.25">
  <artifact name="gentity" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gentity', module='gentity', version='0.25')
)
libraryDependencies += "com.github.gentity" % "gentity" % "0.25"
[com.github.gentity/gentity "0.25"]