MVN

org.jaxdb : sqlx

Maven & Gradle

May 23, 2020
2 usages

JAX-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).

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

Latest Version

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

  • Latest Stable: 0.4.1

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.jaxdb:sqlx:0.4.1'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement