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.5 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-dbutils-1.5.jar to your project.
<dependency> <groupId>commons-dbutils</groupId> <artifactId>commons-dbutils</artifactId> <version>1.5</version> </dependency>
compile group: 'commons-dbutils', name: 'commons-dbutils', version: '1.5'
libraryDependencies += "commons-dbutils" % "commons-dbutils" % "1.5"
<dependency org="commons-dbutils" name="commons-dbutils" rev="1.5"/>
@Grapes(@Grab(group='commons-dbutils', module='commons-dbutils', version='1.5'))
'commons-dbutils:commons-dbutils:jar:1.5'
Click the following link to download the jar file.
commons-dbutils-1.5-javadoc.jar