Skip to content

Instantly share code, notes, and snippets.

@rohanlopes20
Created June 28, 2021 08:48
Show Gist options
  • Save rohanlopes20/7e28c397852b2981ab3e31a07ac606a8 to your computer and use it in GitHub Desktop.
Save rohanlopes20/7e28c397852b2981ab3e31a07ac606a8 to your computer and use it in GitHub Desktop.
<!-- 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