Last Version

DDLGenerator 2.2.2

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

License

License

GroupId

GroupId

com.lifeonwalden
ArtifactId

ArtifactId

DDLGenerator
Version

Version

2.2.2
Type

Type

jar
Description

Description

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

Project URL

https://github.com/cmanlh/DDLGenerator
Source Code Management

Source Code Management

https://gitee.com/lifeonwalden/DDLGenerator

Download DDLGenerator 2.2.2


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

Dependencies

compile (3)

Group / Artifact Type Version
com.thoughtworks.xstream : xstream jar 1.4.8
com.squareup : javapoet jar 1.2.0
com.lifeonwalden : forestbatis jar 0.0.5

test (3)

Group / Artifact Type Version
org.hsqldb : hsqldb jar 2.3.3
org.mybatis : mybatis jar 3.4.3
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.