MVN

org.databene : jdbacl

Maven & Gradle

Sep 25, 2014
3 usages

Databene jdbacl · 'jdbacl' stands for 'Java DataBase ACcess Layer' and provides utilities for accessing JDBC databases from Java programs, retrieving meta information in an object model and querying database data.

<dependency>
    <groupId>org.databene</groupId>
    <artifactId>jdbacl</artifactId>
    <version>0.8.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.databene : jdbacl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.19

All Versions

Choose a version of org.databene : jdbacl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
jdbacl-0.8.19
jdbacl-0.8.3
jdbacl-0.8.2
jdbacl-0.8.1
jdbacl-0.8.0
0.7.x
jdbacl-0.7.1
jdbacl-0.7.0
0.6.x
jdbacl-0.6.12
jdbacl-0.6.11
jdbacl-0.6.10
jdbacl-0.6.9
jdbacl-0.6.8
jdbacl-0.6.6
jdbacl-0.6.5
jdbacl-0.6.4
jdbacl-0.6.3

How to add a dependency to Maven

Add the following org.databene : jdbacl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.databene</groupId>
    <artifactId>jdbacl</artifactId>
    <version>0.8.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.databene : jdbacl gradle dependency to your build.gradle file:

implementation 'org.databene:jdbacl:0.8.19'

Gradle Kotlin DSL: Add the following org.databene : jdbacl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.databene:jdbacl:0.8.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.databene : jdbacl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.databene" % "jdbacl" % "0.8.19"

Advertisement