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