MVN

com.cedarsoft.commons : lang

Maven & Gradle

May 12, 2017
2 usages

commons.Lang

<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>lang</artifactId>
    <version>8.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.1.1

All Versions

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

Version Vulnerabilities Updated
8.1.x
lang-8.1.1
lang-8.1.0
8.0.x
lang-8.0.1
lang-8.0.0
7.4.x
lang-7.4.0
7.2.x
lang-7.2.0
7.1.x
lang-7.1.0
7.0.x
lang-7.0.0
6.2.x
lang-6.2.0
6.1.x
lang-6.1.1
lang-6.1.0
6.0.x
lang-6.0.2
lang-6.0.1
lang-6.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>lang</artifactId>
    <version>8.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cedarsoft.commons : lang gradle dependency to your build.gradle file:

implementation 'com.cedarsoft.commons:lang:8.1.1'

Gradle Kotlin DSL: Add the following com.cedarsoft.commons : lang gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cedarsoft.commons:lang:8.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cedarsoft.commons : lang sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cedarsoft.commons" % "lang" % "8.1.1"

Advertisement