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