is not current version
Last Version 0.4.1

org.jaxdb:sqlx 0.3.9

SQLx is a vendor-agnostic, XML-based SQL data definition standard that offers the power of XML validation for your static SQL data. The SQLx framework utilizes a strongly-typed DDLx file to generate a XML Schema document that translates DDLx constructs into the XSD language. With the SQLx XSLT, the SQLx tool leverages the power of XML Schema Validation and provides a cohesive structured model to define SQL data (that conforms to your SQL schema, defined in a DDLx file).

GroupId

GroupId

org.jaxdb
ArtifactId

ArtifactId

sqlx
Version

Version

0.3.9
Type

Type

jar

Download sqlx 0.3.9


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