Registry / utility / commons-lang3

commons-lang3

JSON →
library3.20.0javamavenunverified

Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy.

<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.20.0</version> </dependency>
INSTALL
IMPORT
SIG · COMMONS-LANG3
C
commons-lang3
utilityjavav3.20.0
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.

StringUtils
org.apache.commons.lang3.StringUtils

Using StringUtils to capitalize a string

import org.apache.commons.lang3.StringUtils; public class Example { public static void main(String[] args) { String result = StringUtils.capitalize("hello"); System.out.println(result); } }
Debug
Known issues
breakingCommons Lang 3 is not compatible with Commons Lang 2; package names differ.
fix
Use org.apache.commons.lang3 instead of org.apache.commons.lang.
affects: 3.x
Upgrade
Version history
3.20.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
commons-lang3 — mvn dependency:get commons-lang3 · libregistry