-
-
Save rohanlopes20/7e28c397852b2981ab3e31a07ac606a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> | |
<dependency> | |
<groupId>org.apache.commons</groupId> | |
<artifactId>commons-lang3</artifactId> | |
<version>3.12.0</version> | |
</dependency> | |
// Gradle Dependency | |
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment