Last Version

Apache Commons Codec 62

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.

License

License

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.guicedee.services
ArtifactId

ArtifactId

commons-codec
Version

Version

62
Type

Type

jar
Description

Description

Apache 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.
Project URL

Project URL

https://commons.apache.org/proper/commons-codec/
Project Organization

Project Organization

Marc Magon
Source Code Management

Source Code Management

https://github.com/apache/commons-codec

Download commons-codec 62


<!-- https://jarcasting.com/artifacts/com.guicedee.services/commons-codec/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>commons-codec</artifactId>
    <version>62</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/commons-codec/
implementation 'com.guicedee.services:commons-codec:62'
// https://jarcasting.com/artifacts/com.guicedee.services/commons-codec/
implementation ("com.guicedee.services:commons-codec:62")
'com.guicedee.services:commons-codec:jar:62'
<dependency org="com.guicedee.services" name="commons-codec" rev="62">
  <artifact name="commons-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='commons-codec', version='62')
)
libraryDependencies += "com.guicedee.services" % "commons-codec" % "62"
[com.guicedee.services/commons-codec "62"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-codec : commons-codec Optional jar 1.13

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8
org.mapstruct : mapstruct-processor jar 1.3.0.Final

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0-M1
org.hamcrest : hamcrest-all jar 1.3
org.assertj : assertj-core jar 3.12.2
org.mockito : mockito-core jar 3.0.0
com.h2database : h2 jar 1.4.199

Project Modules

There are no modules declared in this project.