Registry / utility / commons-lang

commons-lang

JSON →
library1.0.1javamavenunverified

A package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.

<dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>1.0.1</version> </dependency>
INSTALL
IMPORT
SIG · COMMONS-LANG
C
commons-lang
utilityjavav1.0.1
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.lang.StringUtils

Demonstrates using StringUtils to capitalize a string.

import org.apache.commons.lang.StringUtils; public class Example { public static void main(String[] args) { String result = StringUtils.capitalize("hello"); System.out.println(result); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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