License |
License |
---|---|
GroupId | GroupIdorg.jaxdb |
ArtifactId | ArtifactIdjsql |
Version | Version0.4.1 |
Type | Typejar |
Description |
DescriptionJAX-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.
|
Project Organization |
Project OrganizationJAX-DB |
Filename | Size |
---|---|
jsql-0.4.1.pom | |
jsql-0.4.1.jar | 2 MB |
jsql-0.4.1-tests.jar | 3 MB |
jsql-0.4.1-sources.jar | 248 KB |
jsql-0.4.1-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxdb/jsql/ -->
<dependency>
<groupId>org.jaxdb</groupId>
<artifactId>jsql</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxdb/jsql/
implementation 'org.jaxdb:jsql:0.4.1'
// https://jarcasting.com/artifacts/org.jaxdb/jsql/
implementation ("org.jaxdb:jsql:0.4.1")
'org.jaxdb:jsql:jar:0.4.1'
<dependency org="org.jaxdb" name="jsql" rev="0.4.1">
<artifact name="jsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxdb', module='jsql', version='0.4.1')
)
libraryDependencies += "org.jaxdb" % "jsql" % "0.4.1"
[org.jaxdb/jsql "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.libj : math | jar | 0.6.6 |
org.libj : sql | jar | 0.4.7 |
org.openjax.jaxb : xjc | jar | 0.8.5 |
org.jaxdb : sqlx | jar | 0.4.1 |
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 : sqlx | test-jar | 0.4.1 |
org.jaxdb : ddlx | test-jar | 0.4.1 |
org.jaxsb : generator | jar | 2.1.6 |
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |