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, ∼4369🔥, 0💬
Popular Posts:
What Is ojdbc7.jar for Oracle 12c R1? ojdbc7.jar for Oracle 12c R1 is the JAR files of ojdbc.jar, JD...
Java Advanced Imaging (JAI) is a Java platform extension API that provides a set of object-oriented ...
JRE 8 plugin.jar is the JAR file for JRE 8 Java Control Panel Plugin interface and tools. JRE (Java ...
What is the jaxp\TypeInfoWriter.java provided in the Apache Xerces package? I have Apache Xerces 2.1...
Apache Log4j Core Implementation provides the functional components of the logging system. Users are...