MVN

org.jaxdb : jsql

Maven & Gradle

May 23, 2020
1 usages

JAX-DB jSQL · jSQL is an extension to DDLx, offering a lightweight ORM (Object Relational Mapping) solution that runs on the JDBC v4.1 API. The jSQL framework provides strongly-typed semantics for the SQL language, as well as a cohesive binding to user data models. jSQL uses a SQL schema defined in a DDLx file to create a one-to-one, Object-Model-to-Data-Model API that is vendor agnostic.

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

Latest Version

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

  • Latest Stable: 0.4.1

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.jaxdb:jsql:0.4.1'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

May 23, 2020
3 usages
May 23, 2020
2 usages
May 23, 2020
1 usages
May 23, 2020
3 stars
May 23, 2020
3 stars

Discover Dependencies

Nov 18, 2019
2 usages
0 stars
May 18, 2019
2 usages
1.4k stars
May 18, 2019
2 usages
May 15, 2019
1 usages
May 15, 2019
1 usages
Jun 10, 2019
2 usages
0 stars
Sep 06, 2021
2 usages
0 stars
Sep 06, 2021
2 usages
0 stars