не последняя версия
Последняя версия 0.26

com.github.gentity:gentity 0.13

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

Группа

Группа

com.github.gentity
Идентификатор

Идентификатор

gentity
Версия

Версия

0.13
Тип

Тип

pom

Скачать gentity 0.13

Имя Файла Размер
gentity-0.13.pom 4 KB
Обзор

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