🌐
GitHub
github.com › apache › commons-lang
GitHub - apache/commons-lang: Apache Commons Lang · GitHub
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.20.0</version> </dependency>
Author   apache
🌐
GitHub
github.com › apache › commons-lang › blob › master › src › main › java › org › apache › commons › lang3 › Range.java
commons-lang/src/main/java/org/apache/commons/lang3/Range.java at master · apache/commons-lang
package org.apache.commons.lang3; · import java.io.Serializable; import java.util.Comparator; import java.util.Objects; · /** * An immutable range of objects from a minimum to maximum point inclusive.
Author   apache
🌐
GitHub
github.com › ManfredTremmel › gwt-commons-lang3
GitHub - ManfredTremmel/gwt-commons-lang3: A compatible GWT port of the apache commons lang3, which provides most of the functionality also on client (browser) side.
A compatible GWT port of the apache commons lang3, which provides most of the functionality also on client (browser) side. - ManfredTremmel/gwt-commons-lang3
Starred by 14 users
Forked by 4 users
Languages   Java 97.3% | HTML 2.7%
🌐
GitHub
github.com › jenkinsci › commons-lang3-api-plugin
GitHub - jenkinsci/commons-lang3-api-plugin
<dependencies> ... <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.13.0</version> </dependency> ...
Forked by 12 users
🌐
GitHub
github.com › apache › commons-lang › blob › master › src › main › java › org › apache › commons › lang3 › StringUtils.java
commons-lang/src/main/java/org/apache/commons/lang3/StringUtils.java at master · apache/commons-lang
import org.apache.commons.lang3.function.Suppliers; import org.apache.commons.lang3.stream.LangCollectors; import org.apache.commons.lang3.stream.Streams; · /** * Operations on {@link String} that are · * {@code null} safe.
Author   apache
🌐
GitHub
github.com › apache › commons-lang › blob › master › src › main › java › org › apache › commons › lang3 › RandomStringUtils.java
commons-lang/src/main/java/org/apache/commons/lang3/RandomStringUtils.java at master · apache/commons-lang
package org.apache.commons.lang3; · import java.security.SecureRandom; import java.security.Security; import java.util.Random; import java.util.concurrent.ThreadLocalRandom; import java.util.function.Supplier; · /** * Generates random {@link String}s. * <p> * Use {@link #secure()} to get the singleton instance based on {@link SecureRandom#SecureRandom()} which uses a secure random number generator implementing the ·
Author   apache
🌐
Maven Repository
mvnrepository.com › artifact › org.apache.commons › commons-lang3
Maven Repository: org.apache.commons » commons-lang3
November 12, 2025 - Apache Commons Lang, 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. The code is tested using the latest revision of the JDK for supported LTS releases: 8, 11, 17, 21 and 25 currently.
🌐
Apache Commons
commons.apache.org › lang
Home – Apache Commons Lang
The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods · Apache Commons Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object ...
Find elsewhere
🌐
GitHub
github.com › apache › commons-lang › blob › master › src › main › java › org › apache › commons › lang3 › builder › ToStringBuilder.java
commons-lang/src/main/java/org/apache/commons/lang3/builder/ToStringBuilder.java at master · apache/commons-lang
package org.apache.commons.lang3.builder; · import java.util.Objects; · import org.apache.commons.lang3.ObjectUtils; · /** * Assists in implementing {@link Object#toString()} methods. * * <p>This class enables a good and consistent {@code toString()} to be built for any ·
Author   apache
🌐
GitHub
github.com › apache › commons-lang › blob › master › src › main › java › org › apache › commons › lang3 › package-info.java
commons-lang/src/main/java/org/apache/commons/lang3/package-info.java at master · apache/commons-lang
* <p>The top level package contains various Utils classes, whilst there are various subpackages including {@link org.apache.commons.lang3.math}, {@link org.apache.commons.lang3.concurrent} and {@link org.apache.commons.lang3.builder}. * Using the Utils classes is generally simplicity itself.
Author   apache
🌐
GitHub
github.com › apache › commons-lang › blob › master › src › test › java › org › apache › commons › lang3 › RangeTest.java
commons-lang/src/test/java/org/apache/commons/lang3/RangeTest.java at master · apache/commons-lang
import static org.apache.commons.lang3.LangAssertions.assertIllegalArgumentException; import static org.apache.commons.lang3.LangAssertions.assertNullPointerException; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertSame; import static org.junit.jupiter.api.Assertions.assertTrue; ·
Author   apache
🌐
GitHub
github.com › bramp › jackson-datatype-commons-lang3
GitHub - bramp/jackson-datatype-commons-lang3: Simple Jackson library for some datatypes in Apache Commons Lang3
Simple Jackson library for some datatypes in Apache Commons Lang3 - bramp/jackson-datatype-commons-lang3
Author   bramp
🌐
GitHub
github.com › feedzai › pdb › issues › 51
Upgrade to Apache commons-lang3 instead of commons-lang · Issue #51 · feedzai/pdb
February 23, 2017 - Apache commons-lang3 was designed to be able to live side-by-side with commons-lang, but it is extra bloat and mostly redundant to have both, and, having commons-lang alone I assume is more limited. I think most teams moving forward woul...
Published   Feb 23, 2017
🌐
GitHub
github.com › openrewrite › rewrite-apache › issues › 6
Migrate from Apache commons lang2 to lang3 · Issue #6 · openrewrite/rewrite-apache
March 27, 2022 - See https://commons.apache.org/proper/commons-lang/article3_0.html I have seen this example in my projects : import org.apache.commons.lang.StringUtils -> import org.apache.commons.lang3.StringU...
Published   May 09, 2022
🌐
GitHub
github.com › apache › linkis › issues › 1824
[Feature] update commons-lang to commons-lang3 · Issue #1824 · apache/linkis
November 2, 2021 - Search before asking I had searched in the issues and found no similar feature requirement. Problem Description No response Description 1.1 The general commons-lang method can be directly upgraded to the commons-lang3 method The main mod...
Published   Mar 29, 2022
🌐
Maven Repository
mvnrepository.com › artifact › org.apache.commons › commons-lang3 › 3.12.0
Maven Repository: org.apache.commons » commons-lang3 » 3.12.0
Home » org.apache.commons » commons-lang3 » 3.12.0 · Apache Commons Lang, 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. The code is tested using the latest revision of the JDK ...