Download abd-commons-dal-1.2.jar file - Jar a

Jar examples for a:abd-commons-dal

Description

Very very basic Java lib for data access layer on my own projects.

You can download jar file abd-commons-dal 1.2 in this page.

License

GNU General Public License, Version 3

Build File

You can use the following script to add abd-commons-dal-1.2.jar to your project.

<dependency>
   <groupId>com.github.brunoabdon</groupId>
   <artifactId>abd-commons-dal</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'com.github.brunoabdon', name: 'abd-commons-dal', version: '1.2'
libraryDependencies += "com.github.brunoabdon" % "abd-commons-dal" % "1.2"
<dependency org="com.github.brunoabdon" name="abd-commons-dal" rev="1.2"/>
@Grapes(@Grab(group='com.github.brunoabdon', module='abd-commons-dal', version='1.2'))
'com.github.brunoabdon:abd-commons-dal:jar:1.2'

Download

Click the following link to download the jar file.

abd-commons-dal-1.2-javadoc.jar
abd-commons-dal-1.2-sources.jar
abd-commons-dal-1.2.jar
abd-commons-dal-1.2.pom



Related Tutorials