License |
License |
---|---|
GroupId | GroupIdorg.jaxdb |
ArtifactId | ArtifactIdddlx |
Version | Version0.4.1 |
Type | Typejar |
Description |
DescriptionJAX-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.
|
Project Organization |
Project OrganizationJAX-DB |
Filename | Size |
---|---|
ddlx-0.4.1.pom | |
ddlx-0.4.1.jar | 792 KB |
ddlx-0.4.1-tests.jar | 263 KB |
ddlx-0.4.1-sources.jar | 137 KB |
ddlx-0.4.1-javadoc.jar | 219 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxdb/ddlx/ -->
<dependency>
<groupId>org.jaxdb</groupId>
<artifactId>ddlx</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxdb/ddlx/
implementation 'org.jaxdb:ddlx:0.4.1'
// https://jarcasting.com/artifacts/org.jaxdb/ddlx/
implementation ("org.jaxdb:ddlx:0.4.1")
'org.jaxdb:ddlx:jar:0.4.1'
<dependency org="org.jaxdb" name="ddlx" rev="0.4.1">
<artifact name="ddlx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxdb', module='ddlx', version='0.4.1')
)
libraryDependencies += "org.jaxdb" % "ddlx" % "0.4.1"
[org.jaxdb/ddlx "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.libj : io | jar | 0.7.7 |
org.jaxsb : runtime | jar | 2.1.6 |
org.libj : logging | jar | 0.4.5 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : sql | jar | 0.4.7 |
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |