Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
What Is commons-lang3.jar
What is commons-lang3.jar and commons-lang.jar?
✍: FYIcenter.com
commons-lang3.jar is the Java library of Apache Commons Lang 3
commons-lang.jar is the Java library of Apache Commons Lang 1 and 2.
Apache Commons Lang library provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals.
The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods.
Note that Commons Lang 3.0 (and subsequent versions) use a different package (org.apache.commons.lang3) than the previous versions (org.apache.commons.lang), allowing it to be used at the same time as an earlier version.
Releases of Apache Commons Lang Java library, commons-lang3.jar:
JAR Name Version JDK Date -------- ------- --- ---- commons-lang3.jar 3.12.0 8 2021-03-01 commons-lang3.jar 3.8.1 8 2016-10-17 commons-lang3.jar 3.5 6 2016-10-17 commons-lang3.jar 3.4 6 2015-04-06 commons-lang3.jar 3.3.2 6 2014-04-09 commons-lang3.jar 3.2.1 6 2014-01-08 commons-lang3.jar 3.1 6 2013-03-03 commons-lang3.jar 3.0.1 6 2011-03-28 commons-lang.jar 2.6 6 2013-03-03 commons-lang.jar 1.0.1 2002-12-27
For more information, see Apache Commons Lang Website.
⇒ Download Apache Commons Lang v3 Binary Package
⇐ Downloading and Reviewing commons-lang.jar
2017-04-15, ∼3812🔥, 0💬
Popular Posts:
commons-net.jar is the bytecode of Apache Commons Net library, which implements the client side of m...
What is the jaxp\SourceValidator.jav aprovided in the Apache Xerces package? I have Apache Xerces 2....
What is the dom\ElementPrinter.java provided in the Apache Xerces package? I have Apache Xerces 2.11...
JDK 11 jdk.internal.le.jmod is the JMOD file for JDK 11 Internal Line Editing module. JDK 11 Interna...
Snappy-Java is a Java port of the "snappy", a fast C++ compresser/decompresser developed by Google. ...