Эксперт ХД

commons-codec:commons-codec (1.17.0)

Published 2026-09-15 10:09:48 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>commons-codec</groupId>
	<artifactId>commons-codec</artifactId>
	<version>1.17.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=commons-codec:commons-codec:1.17.0

About this package

The Apache Commons Codec component contains encoder and decoders for various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

Dependencies

org.apache.commons:commons-lang3
3.14.0
commons-io:commons-io
2.16.1
org.hamcrest:hamcrest
2.2
org.junit.jupiter:junit-jupiter-engine
org.junit.jupiter:junit-jupiter-params
Details
Maven
2026-09-15 10:09:48 +00:00
269
Apache Commons Codec
381 KiB
Assets (2)
Versions (9) View all
1.20.0 2026-09-15
1.19.0 2026-09-15
1.16.0 2026-09-15
1.15 2026-09-15
1.11 2026-09-15