Registry / utility / org-apache-commons-codec

org-apache-commons-codec

JSON →
library1.8javamavenunverified

Provides common encoding and decoding utilities such as Base64 and Hex, repackaged for Apache Directory Studio.

<dependency> <groupId>org.apache.directory.studio</groupId> <artifactId>org.apache.commons.codec</artifactId> <version>1.8</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-COMMONS
O
org-apache-commons-codec
utilityjavav1.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Base64
org.apache.commons.codec.binary.Base64

Encodes a string to Base64.

import org.apache.commons.codec.binary.Base64; public class Example { public static void main(String[] args) { byte[] encoded = Base64.encodeBase64("hello".getBytes()); System.out.println(new String(encoded)); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-apache-commons-codec — mvn dependency:get org-apache-commons-codec · libregistry