MVN

com.centurylink.cloud : spring-clc-sdk

Maven & Gradle

May 07, 2016
6 stars

Spring - CenturyLink Cloud Sdk Integration · Spring - CenturyLink Cloud Sdk Integration

<dependency>
    <groupId>com.centurylink.cloud</groupId>
    <artifactId>spring-clc-sdk</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.centurylink.cloud : spring-clc-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of com.centurylink.cloud : spring-clc-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
spring-clc-sdk-1.2.4
spring-clc-sdk-1.2.3
spring-clc-sdk-1.2.2
spring-clc-sdk-1.2.1
spring-clc-sdk-1.2.0
1.1.x
spring-clc-sdk-1.1.2
spring-clc-sdk-1.1.1

How to add a dependency to Maven

Add the following com.centurylink.cloud : spring-clc-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.centurylink.cloud</groupId>
    <artifactId>spring-clc-sdk</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.centurylink.cloud : spring-clc-sdk gradle dependency to your build.gradle file:

implementation 'com.centurylink.cloud:spring-clc-sdk:1.2.4'

Gradle Kotlin DSL: Add the following com.centurylink.cloud : spring-clc-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.centurylink.cloud:spring-clc-sdk:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.centurylink.cloud : spring-clc-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.centurylink.cloud" % "spring-clc-sdk" % "1.2.4"