MVN

com.jwebmp : commons-lang3

Maven & Gradle

Apr 10, 2019
6 usages

Apache Commons Lang · Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.

<dependency>
    <groupId>com.jwebmp</groupId>
    <artifactId>commons-lang3</artifactId>
    <version>0.66.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jwebmp : commons-lang3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.66.0.1

All Versions

Choose a version of com.jwebmp : commons-lang3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.66.x
commons-lang3-0.66.0.1
0.65.x
commons-lang3-0.65.0.3
commons-lang3-0.65.0.2
0.63.x
commons-lang3-0.63.0.61
commons-lang3-0.63.0.60
commons-lang3-0.63.0.54
commons-lang3-0.63.0.19
commons-lang3-0.63.0.17
commons-lang3-0.63.0.16
commons-lang3-0.63.0.14
commons-lang3-0.63.0.13
commons-lang3-0.63.0.12
commons-lang3-0.63.0.11

How to add a dependency to Maven

Add the following com.jwebmp : commons-lang3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jwebmp</groupId>
    <artifactId>commons-lang3</artifactId>
    <version>0.66.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jwebmp : commons-lang3 gradle dependency to your build.gradle file:

implementation 'com.jwebmp:commons-lang3:0.66.0.1'

Gradle Kotlin DSL: Add the following com.jwebmp : commons-lang3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jwebmp:commons-lang3:0.66.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jwebmp : commons-lang3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jwebmp" % "commons-lang3" % "0.66.0.1"

Advertisement