is not current version
Last Version 0.1.1

com.github.leozhang123:ddlutils 0.1

Fork of Apache DdlUtils project without ant support.

GroupId

GroupId

com.github.leozhang123
ArtifactId

ArtifactId

ddlutils
Version

Version

0.1
Type

Type

jar

Download ddlutils 0.1


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