Last Version

JAX-DB 0.4.1

JAX-DB (Java Architecture Extension for [Relational] Database Binding) is a framework that cohesively binds the Java Application Layer to a Vendor Agnostic RDBMS Layer.

License

License

GroupId

GroupId

org.jaxdb
ArtifactId

ArtifactId

jaxdb
Version

Version

0.4.1
Type

Type

pom
Description

Description

JAX-DB
JAX-DB (Java Architecture Extension for [Relational] Database Binding) is a framework that cohesively binds the Java Application Layer to a Vendor Agnostic RDBMS Layer.
Project Organization

Project Organization

JAX-DB
Source Code Management

Source Code Management

https://github.com/jaxdb/jaxdb

Download jaxdb 0.4.1

Filename Size
jaxdb-0.4.1.pom 7 KB
Browse

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

Dependencies

compile (2)

Group / Artifact Type Version
org.libj : logging jar 0.4.5
ch.qos.logback : logback-classic jar 1.2.3

test (4)

Group / Artifact Type Version
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

Project Modules

  • ddlx
  • sqlx
  • jsql
  • jaxdb-maven-plugin
  • jaxdb-maven-archetype