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, 3433🔥, 0💬
Popular Posts:
JavaMail Source Code Files are provided in the source package file, httpcomponents-client-5. 2-src.zi...
How to download and install JDK (Java Development Kit) 1.3? If you want to write Java applications, ...
JDK 17 java.xml.jmod is the JMOD file for JDK 17 XML (eXtensible Markup Language) module. JDK 17 XML...
JDK 11 jdk.internal.vm.compiler .jmodis the JMOD file for JDK 11 Internal VM Compiler module. JDK 11...
JDK 11 java.xml.crypto.jmod is the JMOD file for JDK 11 XML (eXtensible Markup Language) Crypto modu...