is not current version
Last Version 0.4.1

org.jaxdb:jsql 0.4.0

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.

GroupId

GroupId

org.jaxdb
ArtifactId

ArtifactId

jsql
Version

Version

0.4.0
Type

Type

jar

Download jsql 0.4.0


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