is not current version
Last Version 0.4.1

org.jaxdb:ddlx 0.3.9

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.

GroupId

GroupId

org.jaxdb
ArtifactId

ArtifactId

ddlx
Version

Version

0.3.9
Type

Type

jar

Download ddlx 0.3.9


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