MVN

org.jaxdb : jaxdb

Maven & Gradle

May 23, 2020
4 stars

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.

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

Latest Version

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

  • Latest Stable: 0.4.1

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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