MVN

com.github.cosycode : common-lang

Maven & Gradle

Jun 07, 2023
2 usages
0 stars

common-lang · A more powerful tool class based on org.apache.commons:commons-lang3

<dependency>
    <groupId>com.github.cosycode</groupId>
    <artifactId>common-lang</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cosycode : common-lang to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of com.github.cosycode : common-lang to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
common-lang-1.10
1.9
common-lang-1.9
1.8
common-lang-1.8
1.7
common-lang-1.7
1.6
common-lang-1.6
1.5
common-lang-1.5
1.4
common-lang-1.4
1.3
common-lang-1.3
1.2
common-lang-1.2
1.0
common-lang-1.0

How to add a dependency to Maven

Add the following com.github.cosycode : common-lang maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cosycode</groupId>
    <artifactId>common-lang</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cosycode : common-lang gradle dependency to your build.gradle file:

implementation 'com.github.cosycode:common-lang:1.10'

Gradle Kotlin DSL: Add the following com.github.cosycode : common-lang gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cosycode:common-lang:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cosycode : common-lang sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cosycode" % "common-lang" % "1.10"

Advertisement