MVN

de.elnarion.util : ddlutils

Maven & Gradle

Jun 25, 2018
3 stars

Fork of Apache DdlUtils project without ant support.

<dependency>
    <groupId>de.elnarion.util</groupId>
    <artifactId>ddlutils</artifactId>
    <version>0.9.0-0001</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.elnarion.util : ddlutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.0-0001

All Versions

Choose a version of de.elnarion.util : ddlutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
ddlutils-0.9.0-0001

How to add a dependency to Maven

Add the following de.elnarion.util : ddlutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.elnarion.util</groupId>
    <artifactId>ddlutils</artifactId>
    <version>0.9.0-0001</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.elnarion.util : ddlutils gradle dependency to your build.gradle file:

implementation 'de.elnarion.util:ddlutils:0.9.0-0001'

Gradle Kotlin DSL: Add the following de.elnarion.util : ddlutils gradle kotlin dependency to your build.gradle.kts file:

implementation("de.elnarion.util:ddlutils:0.9.0-0001")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.elnarion.util : ddlutils sbt scala dependency to your build.sbt file:

libraryDependencies += "de.elnarion.util" % "ddlutils" % "0.9.0-0001"

Advertisement