MVN

org.apache.jclouds.labs : openstack-swift

Maven & Gradle

Jul 29, 2014
3 usages

jclouds openstack-swift api · jclouds components to access an implementation of OpenStack Swift

<dependency>
    <groupId>org.apache.jclouds.labs</groupId>
    <artifactId>openstack-swift</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jclouds.labs : openstack-swift to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of org.apache.jclouds.labs : openstack-swift to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
openstack-swift-1.8.0
1.7.x
openstack-swift-1.7.3
openstack-swift-1.7.2
openstack-swift-1.7.1
openstack-swift-1.7.0
1.6.x
openstack-swift-1.6.3
openstack-swift-1.6.2-incubating
openstack-swift-1.6.1-incubating

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.jclouds.labs</groupId>
    <artifactId>openstack-swift</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.jclouds.labs : openstack-swift gradle dependency to your build.gradle file:

implementation 'org.apache.jclouds.labs:openstack-swift:1.8.0'

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

implementation("org.apache.jclouds.labs:openstack-swift:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.jclouds.labs : openstack-swift sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.jclouds.labs" % "openstack-swift" % "1.8.0"