Commons Codec.
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities..
Here is the list of declaration for commons-codec. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.4</version> </dependency>
If you think this Maven repository POM file listing for commons-codec is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Apache License.
The commons-codec-1.4 has 1 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 3.8.2 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. | 555 |
The following table lists the most popular artifacts which are depending on commons-codec-1.4. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Data | apollo-web 1.7 Adds web administration support. | 9 |
Http | org.apache.sling.auth.core 1.0.0 The Sling Authentication Service bundle provides the basic mechanisms to authenticate HTTP requests with a JCR repository. The algorithms for extracting authentication details from the requests is extensible by implementing an AuthenticationHandler interface. | 5 |
Web Framework | hudson-core 1.379 Contains the core Hudson code and view files to render HTML. | 5 |
Document Database | hbase 0.94.3 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 28 |
Document Database | hbase 0.94.14 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 8 |
Security | scribe 1.3.3 The best OAuth library out there | 6 |
Security | scribe 1.3.0 The best OAuth library out there | 14 |
Zip | util-compress 1.33 Let's you unzip a zip file to a directory | 18 |
Build | shrinkwrap-resolver-impl-maven 2.1.1 Implementation for Resolving Dependencies from a Maven Backend | 5 |
JUnit | htmlunit 2.8 A headless browser intended for use in testing web-based applications. | 20 |
Document Database | hbase 0.94.6.1 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 19 |
Build | shrinkwrap-resolver-impl-maven 2.0.0-alpha-4 Implementation for Resolving Dependencies from a Maven Backend | 18 |
Http | org.apache.sling.auth.form 1.0.0 Bundle implementing form based authentication with login and logout support. Authentication state is maintained in a Cookie or in an HTTP Session. The password is only submitted when first authenticating. | 5 |
Build | shrinkwrap-resolver-impl-maven 2.0.0 Implementation for Resolving Dependencies from a Maven Backend | 17 |
Build | shrinkwrap-resolver-impl-maven 2.1.0 Implementation for Resolving Dependencies from a Maven Backend | 5 |
Security | scribe 1.3.5 The best OAuth library out there | 8 |
JUnit | htmlunit 2.7 A headless browser intended for use in testing web-based applications. | 6 |
Data | apollo-web 1.6 Adds web administration support. | 9 |
Document Database | hbase 0.94.12 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 5 |
Document Database | org.sakaiproject.nakamura.core 1.4 Server that uses a sparse map to represent content mapping closely to a colum database like Cassandra. | 7 |
JUnit | htmlunit 2.9 A headless browser intended for use in testing web-based applications. | 37 |
The following plugins are used in the commons-codec-1.4.jar
The following packages are defined in the commons-codec-1.4.jar
org.apache.commons.codec org.apache.commons.codec.binary org.apache.commons.codec.digest org.apache.commons.codec.language org.apache.commons.codec.net
Here is the content of the POM file.
<?xml version="1.0"?> <!-- 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>11</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.4</version> <name>Commons Codec</name> <inceptionYear>2002</inceptionYear> <description> The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. </description> <url>http://commons.apache.org/codec/</url> <issueManagement> <system>jira</system> <url>http://issues.apache.org/jira/browse/CODEC</url> </issueManagement> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/codec/trunk</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/codec/trunk</developerConnection> <url>http://svn.apache.org/viewvc/commons/proper/codec/trunk</url> </scm> <contributors> <contributor> <name>Christopher O'Brien</name> <email>siege@preoccupied.net</email> <roles> <role>hex</role> <role>md5</role> <role>architecture</role> </roles> </contributor> <contributor> <name>Martin Redington</name> <roles><role>Representing xml-rpc</role></roles> </contributor> <contributor> <name>Jeffery Dever</name> <roles><role>Representing http-client</role></roles> </contributor> <contributor> <name>Steve Zimmermann</name> <email>steve.zimmermann@heii.com</email> <roles><role>Documentation</role></roles> </contributor> <contributor> <name>Benjamin Walstrum</name> <email>ben@walstrum.com</email> </contributor> <contributor> <name>Oleg Kalnichevski</name> <email>oleg@ural.ru</email> <roles><role>Representing http-client</role></roles> </contributor> <contributor> <name>Dave Dribin</name> <email>apache@dave.dribin.org</email> <roles><role>DigestUtil</role></roles> </contributor> <contributor> <name>Alex Karasulu</name> <email>aok123 at bellsouth.net</email> <roles><role>Submitted Binary class and test</role></roles> </contributor> <contributor> <name>Matthew Inger</name> <email>mattinger at yahoo.com</email> <roles><role>Submitted DIFFERENCE algorithm for Soundex and RefinedSoundex</role></roles> </contributor> <contributor> <name>Jochen Wiedmann</name> <email>jochen@apache.org</email> <roles><role>Base64 code [CODEC-69]</role></roles> </contributor> <contributor> <name>Julius Davies</name> <email>juliusdavies@gmail.com</email> <roles> <role>Base64InputStream</role> <role>Base64OutputStream</role> </roles> </contributor> <contributor> <name>Sebastian Bazley</name> <email>sebb@apache.org</email> <roles><role>Streaming Base64</role></roles> </contributor> </contributors> <!-- Codec should depend on very little --> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <scope>test</scope> </dependency> </dependencies> <properties> <maven.compile.source>1.4</maven.compile.source> <maven.compile.target>1.4</maven.compile.target> <commons.componentid>codec</commons.componentid> <commons.release.version>1.4</commons.release.version> <commons.jira.id>CODEC</commons.jira.id> <commons.jira.pid>12310464</commons.jira.pid> <!-- Ensure copies work OK (can be removed later when this is in parent POM) --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> </properties> <build> <sourceDirectory>src/java</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/*Test.java</include> <include>**/Test*.java</include> </includes> <excludes> <exclude>**/*AbstractTest.java</exclude> </excludes> </configuration> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> <descriptor>src/assembly/bin.xml</descriptor> <descriptor>src/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>2.1</version> <configuration> <xmlPath>${basedir}/xdocs/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.3</version> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> <headerFile>${basedir}/LICENSE-header.txt</headerFile> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.4</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.0.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <version>2.2.2</version> <configuration> <comparisonVersion>1.3</comparisonVersion> <minSeverity>info</minSeverity> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.5</version> <configuration> <linksource>true</linksource> <links> <link>http://java.sun.com/j2se/1.4.2/docs/api/</link> </links> </configuration> </plugin> </plugins> </reporting> </project>