Jar examples for c:commons-dbutils
The Apache Commons DbUtils package is a set of Java utility classes for easing JDBC development.
You can download jar file commons-dbutils 1.6 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-dbutils-1.6.jar to your project.
<dependency> <groupId>commons-dbutils</groupId> <artifactId>commons-dbutils</artifactId> <version>1.6</version> </dependency>
compile group: 'commons-dbutils', name: 'commons-dbutils', version: '1.6'
libraryDependencies += "commons-dbutils" % "commons-dbutils" % "1.6"
<dependency org="commons-dbutils" name="commons-dbutils" rev="1.6"/>
@Grapes(@Grab(group='commons-dbutils', module='commons-dbutils', version='1.6'))
'commons-dbutils:commons-dbutils:jar:1.6'
Click the following link to download the jar file.
commons-dbutils-1.6-javadoc.jar