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

com.lifeonwalden:DDLGenerator 2.1.0

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

Группа

Группа

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

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

DDLGenerator
Версия

Версия

2.1.0
Тип

Тип

jar

Скачать DDLGenerator 2.1.0


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