Download jdbacl-0.7.0.jar file - Jar j

Jar examples for j:jdbacl

Description

'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.

You can download jar file jdbacl 0.7.0 in this page.

License

GNU Public License

Build File

You can use the following script to add jdbacl-0.7.0.jar to your project.

<dependency>
   <groupId>org.databene</groupId>
   <artifactId>jdbacl</artifactId>
   <version>0.7.0</version>
</dependency>
compile group: 'org.databene', name: 'jdbacl', version: '0.7.0'
libraryDependencies += "org.databene" % "jdbacl" % "0.7.0"
<dependency org="org.databene" name="jdbacl" rev="0.7.0"/>
@Grapes(@Grab(group='org.databene', module='jdbacl', version='0.7.0'))
'org.databene:jdbacl:jar:0.7.0'

Download

Click the following link to download the jar file.

jdbacl-0.7.0-sources.jar
jdbacl-0.7.0.jar
jdbacl-0.7.0.pom



Related Tutorials