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

com.lifeonwalden:DDLGenerator 2.0.3

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

Группа

Группа

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

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

DDLGenerator
Версия

Версия

2.0.3
Тип

Тип

jar

Скачать DDLGenerator 2.0.3


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