Download ddlutils-1.0.jar file - Jar d

Jar examples for d:ddlutils

Description

DdlUtils is a small, easy-to-use component for working with Database Definition (DDL) files.

You can download jar file ddlutils 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ddlutils-1.0.jar to your project.

<dependency>
   <groupId>org.apache.ddlutils</groupId>
   <artifactId>ddlutils</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'org.apache.ddlutils', name: 'ddlutils', version: '1.0'
libraryDependencies += "org.apache.ddlutils" % "ddlutils" % "1.0"
<dependency org="org.apache.ddlutils" name="ddlutils" rev="1.0"/>
@Grapes(@Grab(group='org.apache.ddlutils', module='ddlutils', version='1.0'))
'org.apache.ddlutils:ddlutils:jar:1.0'

Download

Click the following link to download the jar file.

ddlutils-1.0.jar
ddlutils-1.0.pom



Related Tutorials