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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Using StringUtils to capitalize a string
Use org.apache.commons.lang3 instead of org.apache.commons.lang.
No dependency data recorded yet.