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

com.lifeonwalden:DDLGenerator 2.0.5

A tool to auto generate MyBatis mapping/DAO interface, DTO, and DDL based on the table definition

Группа

Группа

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

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

DDLGenerator
Версия

Версия

2.0.5
Тип

Тип

jar

Скачать DDLGenerator 2.0.5


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