License |
License |
---|---|
GroupId | GroupIdorg.jaxdb |
ArtifactId | ArtifactIdjaxdb |
Version | Version0.4.1 |
Type | Typepom |
Description |
DescriptionJAX-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 OrganizationJAX-DB |
Source Code Management |
Source Code Management |
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"]
Group / Artifact | Type | Version |
---|---|---|
org.libj : logging | jar | 0.4.5 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
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 |