Download and Install commons-lang3-3.8.1-bin.zip

Q

How to download and install commons-lang3-3.8.1.zip?

✍: FYIcenter.com

A

commons-lang3-3.8.1-bin.zip is the binary package of version 3.8.1 of the Apache Commons Lang 3 library, which provides a host of helper utilities for the java.lang API.

This binary package contains a pre-compiled version of Apache Commons Lang 3.8.1. It is ready to use in your JVM (Java Virtual Machine) 8 and newer environment.

You can follow these steps to download and install commons-lang3-3.8.1.0-bin.zip to use Apache Commons Lang 3:

1. Go to the Apache Commons Lang Website.

2. Click the "Download" link from the left side menu. You see the download page showing up.

3. Click the "Archives..." link at the end of the page. You see "Apache Commons Project Distributions" folder list showing up.

4. Click and open the "binaries/" folder.

5. Click and download "commons-lang3-3.8.1-bin.zip".

6. Save the downloaded ZIP file as \fyicenter\commons-lang3-3.8.1-bin.zip.

7. Unzip the downloaded ZIP file. It will extract all files from the ZIP in the \fyicenter\commons-lang3-3.8.1 folder.

8. Check extracted files in the \fyicenter\commons-lang3-3.8.1 folder:

09/19/2018  11:24 AM    <DIR>          apidocs
09/19/2018  11:24 AM         1,337,352 commons-lang3-3.8.1-javadoc.jar
09/19/2018  11:24 AM           553,442 commons-lang3-3.8.1-sources.jar
09/19/2018  11:24 AM           453,126 commons-lang3-3.8.1-test-sources.jar
09/19/2018  11:24 AM           862,029 commons-lang3-3.8.1-tests.jar
09/19/2018  11:24 AM           501,879 commons-lang3-3.8.1.jar
09/19/2018  11:12 AM             6,529 CONTRIBUTING.md
09/19/2018  11:12 AM            11,358 LICENSE.txt
09/19/2018  11:12 AM               173 NOTICE.txt
09/19/2018  11:18 AM             5,670 README.md
09/19/2018  11:18 AM            62,635 RELEASE-NOTES.txt

Installation is done. Add "\fyicenter\commons-lang3-3.8.1\commons-lang3-3.8.1.jar" into the "-classpath" Java command option to use it.

 

What Is commons-lang3-3.1.jar

Apache Commons Lang v3 Source Code Files

Downloading and Reviewing commons-lang.jar

⇑⇑ FAQ for Apache commons-lang.jar

2021-11-17, 5736🔥, 1💬