License |
License |
---|---|
GroupId | GroupIdorg.jaxdb |
ArtifactId | ArtifactIdsqlx |
Version | Version0.4.1 |
Type | Typejar |
Description |
DescriptionJAX-DB SQLx
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).
|
Project Organization |
Project OrganizationJAX-DB |
Filename | Size |
---|---|
sqlx-0.4.1.pom | |
sqlx-0.4.1.jar | 827 KB |
sqlx-0.4.1-tests.jar | 3 MB |
sqlx-0.4.1-sources.jar | 159 KB |
sqlx-0.4.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxdb/sqlx/ -->
<dependency>
<groupId>org.jaxdb</groupId>
<artifactId>sqlx</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxdb/sqlx/
implementation 'org.jaxdb:sqlx:0.4.1'
// https://jarcasting.com/artifacts/org.jaxdb/sqlx/
implementation ("org.jaxdb:sqlx:0.4.1")
'org.jaxdb:sqlx:jar:0.4.1'
<dependency org="org.jaxdb" name="sqlx" rev="0.4.1">
<artifact name="sqlx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxdb', module='sqlx', version='0.4.1')
)
libraryDependencies += "org.jaxdb" % "sqlx" % "0.4.1"
[org.jaxdb/sqlx "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.openjax.jaxb : xjc | jar | 0.8.5 |
org.openjax.xml : transform | jar | 0.9.4 |
org.jaxsb : generator | jar | 2.1.6 |
org.libj : jci | jar | 0.8.5 |
org.jaxdb : ddlx | jar | 0.4.1 |
org.libj : logging | jar | 0.4.5 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.jaxdb : ddlx | test-jar | 0.4.1 |
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 |