Commons DbUtils.
The Apache Commons-DbUtils package is a set of Java utility classes for easing JDBC development..
Here is the list of declaration for commons-dbutils. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>commons-dbutils</groupId> <artifactId>commons-dbutils</artifactId> <version>1.5</version> </dependency>
If you think this Maven repository POM file listing for commons-dbutils is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Apache License.
The commons-dbutils-1.5 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit 4.10 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1957 |
Testing Mock | mockito-core 1.9.0 Mock objects library for java | 134 |
The following table lists the most popular artifacts which are depending on commons-dbutils-1.5. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JDBC | druid 0.2.25 An JDBC datasource implementation. | 5 |
JDBC | druid 0.2.10 An JDBC datasource implementation. | 5 |
Library | ustack-core-data-java 1.0.13 Data Mapping Utility | 17 |
JDBC | druid 0.2.8 An JDBC datasource implementation. | 17 |
The following plugins are used in the commons-dbutils-1.5.jar
The following packages are defined in the commons-dbutils-1.5.jar
org.apache.commons.dbutils org.apache.commons.dbutils.handlers org.apache.commons.dbutils.wrappers
Here is the content of the POM file.
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> <version>25</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-dbutils</groupId> <artifactId>commons-dbutils</artifactId> <version>1.5</version> <name>Commons DbUtils</name> <inceptionYear>2002</inceptionYear> <description>The Apache Commons-DbUtils package is a set of Java utility classes for easing JDBC development.</description> <url>http://commons.apache.org/dbutils/</url> <issueManagement> <system>jira</system> <url>http://issues.apache.org/jira/browse/DBUTILS</url> </issueManagement> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_1_5_RC2</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_1_5_RC2</developerConnection> <url>http://svn.apache.org/viewvc/commons/proper/dbutils/tags/DBUTILS_1_5_RC2</url> </scm> <contributors> <contributor> <name>P?ter Bagyinszki</name> <roles> <role>Java Developer</role> </roles> </contributor> <contributor> <name>Alan Canon</name> <roles> <role>Java Developer</role> </roles> </contributor> <contributor> <name>Stefan Fleiter</name> <email>stefan.fleiter@web.de</email> <roles> <role>Java Developer</role> </roles> </contributor> <contributor> <name>Adkins Kendall</name> <roles> <role>Java Developer</role> </roles> </contributor> <contributor> <name>Markus Khouri</name> <email>mkhouri.list@gmail.com</email> <roles> <role>Documentation</role> </roles> </contributor> <contributor> <name>Uli Kleeberger</name> <email>ukleeberger@web.de</email> <roles> <role>Java Developer</role> </roles> </contributor> <contributor> <name>Piotr Lakomy</name> <email>piotrl@cft-inc.net</email> <roles> <role>Java Developer</role> </roles> </contributor> <contributor> <name>Corby Page</name> <roles> <role>Java Developer</role> </roles> </contributor> <contributor> <name>Michael Schuerig</name> <email>michael@schuerig.de</email> <roles> <role>Java Developer</role> </roles> </contributor> <contributor> <name>Norris Shelton</name> <email>norrisshelton@yahoo.com</email> <roles> <role>Java Developer</role> </roles> </contributor> <contributor> <name>Stevo Slavic</name> <email>sslavic at gmail dot com</email> </contributor> <contributor> <name>Benedikt Ritter</name> <email>bene at systemoutprintln dot de</email> </contributor> </contributors> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.1</version> <scope>test</scope> </dependency> </dependencies> <distributionManagement> <!-- Cannot define in parent ATM, see COMMONSSITE-26 --> <site> <id>apache.website</id> <name>Apache Commons Site</name> <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url> </site> </distributionManagement> <properties> <maven.compile.source>1.6</maven.compile.source> <maven.compile.target>1.6</maven.compile.target> <commons.componentid>dbutils</commons.componentid> <commons.release.version>1.5</commons.release.version> <commons.rc.version>RC2</commons.rc.version> <commons.jira.id>DBUTILS</commons.jira.id> <commons.jira.pid>12310470</commons.jira.pid> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <excludes> <exclude>**/BaseTestCase.java</exclude> </excludes> </configuration> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> <descriptor>src/main/assembly/bin.xml</descriptor> <descriptor>src/main/assembly/src.xml</descriptor> </descriptors> <tarLongFileMode>gnu</tarLongFileMode> </configuration> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <version>${commons.changes.version}</version> <configuration> <xmlPath>${basedir}/src/changes/changes.xml</xmlPath> <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate> </configuration> <reportSets> <reportSet> <reports> <report>changes-report</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.9.1</version> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> <headerLocation>${basedir}/license-header.txt</headerLocation> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.4.0</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.5.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.7.1</version> <configuration> <targetJdk>${maven.compile.source}</targetJdk> <rulesets> <ruleset>${basedir}/pmd-ruleset.xml</ruleset> </rulesets> </configuration> </plugin> </plugins> </reporting> <profiles> <profile> <id>rc</id> <distributionManagement> <!-- Cannot define in parent ATM, see COMMONSSITE-26 --> <site> <id>apache.website</id> <name>Apache Commons Release Candidate Staging Site</name> <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url> </site> </distributionManagement> </profile> </profiles> </project>