is not current version
Last Version 0.4.1

org.jaxdb:jaxdb 0.4.0

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.

GroupId

GroupId

org.jaxdb
ArtifactId

ArtifactId

jaxdb
Version

Version

0.4.0
Type

Type

pom

Download jaxdb 0.4.0

Filename Size
jaxdb-0.4.0.pom 7 KB
Browse

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