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, ∼4409🔥, 0💬
Popular Posts:
JDK 17 jdk.xml.dom.jmod is the JMOD file for JDK 17 XML DOM module. JDK 17 XML DOM module compiled c...
What Is javaws.jar in JRE (Java Runtime Environment) 8? javaws.jar in JRE (Java Runtime Environment)...
What Is XMLBeans xbean.jar 2.6.0? XMLBeans xbean.jar 2.6.0 is the JAR file for Apache XMLBeans 2.6.0...
Apache Log4j 1.2 Bridge allows applications coded to use Log4j 1.2 API to use Log4j 2 instead. Bytec...
maven-embedder-3.8.6.jar is the JAR file for Apache Maven 3.8.6 Embedder module. Apache Maven is a s...