Download commons-codec-1.10.jar file - Jar c

Jar examples for c:commons-codec

Description

The Apache Commons 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.

You can download jar file commons-codec 1.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-codec-1.10.jar to your project.

<dependency>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
   <version>1.10</version>
</dependency>
compile group: 'commons-codec', name: 'commons-codec', version: '1.10'
libraryDependencies += "commons-codec" % "commons-codec" % "1.10"
<dependency org="commons-codec" name="commons-codec" rev="1.10"/>
@Grapes(@Grab(group='commons-codec', module='commons-codec', version='1.10'))
'commons-codec:commons-codec:jar:1.10'

Download

Click the following link to download the jar file.

commons-codec-1.10-javadoc.jar
commons-codec-1.10-sources.jar
commons-codec-1.10-test-sources.jar
commons-codec-1.10-tests.jar
commons-codec-1.10.jar
commons-codec-1.10.pom



Related Tutorials