MVN

org.jclouds.labs : joyent-sdc

Maven & Gradle

Jul 04, 2012
1 usages

jcloud joyent-sdc api · jclouds components to access an implementation of Joyent SDC

<dependency>
    <groupId>org.jclouds.labs</groupId>
    <artifactId>joyent-sdc</artifactId>
    <version>1.5.0-beta.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jclouds.labs : joyent-sdc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0-beta.5
  • Latest Beta: 1.5.0-beta.5
  • Latest Alpha: 1.5.0-alpha.6

All Versions

Choose a version of org.jclouds.labs : joyent-sdc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
joyent-sdc-1.5.0-beta.5
joyent-sdc-1.5.0-beta.4
joyent-sdc-1.5.0-beta.3
joyent-sdc-1.5.0-beta.2
joyent-sdc-1.5.0-beta.1
joyent-sdc-1.5.0-alpha.6

How to add a dependency to Maven

Add the following org.jclouds.labs : joyent-sdc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jclouds.labs</groupId>
    <artifactId>joyent-sdc</artifactId>
    <version>1.5.0-beta.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jclouds.labs : joyent-sdc gradle dependency to your build.gradle file:

implementation 'org.jclouds.labs:joyent-sdc:1.5.0-beta.5'

Gradle Kotlin DSL: Add the following org.jclouds.labs : joyent-sdc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jclouds.labs:joyent-sdc:1.5.0-beta.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jclouds.labs : joyent-sdc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jclouds.labs" % "joyent-sdc" % "1.5.0-beta.5"