is not current version
Last Version 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

GroupId

GroupId

com.lifeonwalden
ArtifactId

ArtifactId

DDLGenerator
Version

Version

2.0.5
Type

Type

jar

Download 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"]