MVN

org.jaxdb : ddlx

Maven & Gradle

May 23, 2020
3 usages

JAX-DB DDLx · DDLx is a XML definition of the DDL specification. It is a vendor-agnostic, SQL compliant XSD used to create SQL Schemas in XML. The DDLx Schema utilizes the power of XML Schema Validation to provides a cohesive structured model for the creation of SQL Schemas.

<dependency>
    <groupId>org.jaxdb</groupId>
    <artifactId>ddlx</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jaxdb : ddlx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of org.jaxdb : ddlx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
ddlx-0.4.1
ddlx-0.4.0
0.3.x
ddlx-0.3.9

How to add a dependency to Maven

Add the following org.jaxdb : ddlx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jaxdb</groupId>
    <artifactId>ddlx</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jaxdb : ddlx gradle dependency to your build.gradle file:

implementation 'org.jaxdb:ddlx:0.4.1'

Gradle Kotlin DSL: Add the following org.jaxdb : ddlx gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jaxdb:ddlx:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jaxdb : ddlx sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jaxdb" % "ddlx" % "0.4.1"

Advertisement