commons-codec

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.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
The Apache Software License, Version 2.0
The Apache Software Foundation
Henri Yandell Tim OBrien Scott Sanders Rodney Waldhoff Daniel Rall Jon S. Stevens Gary D. Gregory David Graham
Files download
File Operation
commons-codec-20041127.091804.jar download
commons-codec-20041127.091804.pom download
Apache Maven
<dependency>
  <groupId>commons-codec</groupId>
  <artifactId>commons-codec</artifactId>
  <version>20041127.091804</version>
</dependency>
Gradle Groovy
implementation 'commons-codec:commons-codec:20041127.091804'
Gradle Kotlin
implementation("commons-codec:commons-codec:20041127.091804")
Scala SBT
libraryDependencies += "commons-codec" % "commons-codec" % "20041127.091804"
Groovy Grape
@Grapes(
  @Grab(group='commons-codec', module='commons-codec', version='20041127.091804')
)
Apache Ivy
<dependency org="commons-codec" name="commons-codec" rev="20041127.091804" />
Leiningen
[commons-codec/commons-codec "20041127.091804"]
Apache Buildr
'commons-codec:commons-codec:jar:20041127.091804'
Dependencies