License |
License |
---|---|
GroupId | GroupIdcom.lifeonwalden |
ArtifactId | ArtifactIdDDLGenerator |
Last Version | Last Version2.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDDLGenerator
A tool to auto generate MyBatis mapping/DAO interface, DTO, and DDL based on the table definition
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
DDLGenerator-2.2.2.pom | |
DDLGenerator-2.2.2.jar | 136 KB |
DDLGenerator-2.2.2-sources.jar | 76 KB |
DDLGenerator-2.2.2-javadoc.jar | 581 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.hsqldb : hsqldb | jar | 2.3.3 |
org.mybatis : mybatis | jar | 3.4.3 |
junit : junit | jar | 4.12 |