MVN

org.jclouds.provider : hpcloud-objectstorage

Maven & Gradle

Apr 27, 2013
1 usages

jclouds HP Cloud Object Storage · jclouds components to access HP Cloud Services Object Storage

<dependency>
    <groupId>org.jclouds.provider</groupId>
    <artifactId>hpcloud-objectstorage</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jclouds.provider : hpcloud-objectstorage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0
  • Latest Release Candidate: 1.6.0-rc.5
  • Latest Beta: 1.5.0-beta.11
  • Latest Alpha: 1.6.0-alpha.4

All Versions

Choose a version of org.jclouds.provider : hpcloud-objectstorage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
hpcloud-objectstorage-1.6.0
hpcloud-objectstorage-1.6.0-rc.5
hpcloud-objectstorage-1.6.0-rc.4
hpcloud-objectstorage-1.6.0-rc.3
hpcloud-objectstorage-1.6.0-rc.2
hpcloud-objectstorage-1.6.0-rc.1
hpcloud-objectstorage-1.6.0-alpha.4
hpcloud-objectstorage-1.6.0-alpha.3
hpcloud-objectstorage-1.6.0-alpha.2
hpcloud-objectstorage-1.6.0-alpha.1
1.5.x
hpcloud-objectstorage-1.5.10
hpcloud-objectstorage-1.5.9
hpcloud-objectstorage-1.5.8
hpcloud-objectstorage-1.5.7
hpcloud-objectstorage-1.5.6
hpcloud-objectstorage-1.5.5
hpcloud-objectstorage-1.5.4
hpcloud-objectstorage-1.5.3
hpcloud-objectstorage-1.5.2
hpcloud-objectstorage-1.5.1
hpcloud-objectstorage-1.5.0
hpcloud-objectstorage-1.5.0-rc.1
hpcloud-objectstorage-1.5.0-beta.11
hpcloud-objectstorage-1.5.0-beta.10
hpcloud-objectstorage-1.5.0-beta.9
hpcloud-objectstorage-1.5.0-beta.8
hpcloud-objectstorage-1.5.0-beta.7
hpcloud-objectstorage-1.5.0-beta.6
hpcloud-objectstorage-1.5.0-beta.5
hpcloud-objectstorage-1.5.0-beta.4
hpcloud-objectstorage-1.5.0-beta.3
hpcloud-objectstorage-1.5.0-beta.2
hpcloud-objectstorage-1.5.0-beta.1
hpcloud-objectstorage-1.5.0-alpha.6
hpcloud-objectstorage-1.5.0-alpha.5
hpcloud-objectstorage-1.5.0-alpha.4
hpcloud-objectstorage-1.5.0-alpha.3
hpcloud-objectstorage-1.5.0-alpha.2
hpcloud-objectstorage-1.5.0-alpha.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jclouds.provider</groupId>
    <artifactId>hpcloud-objectstorage</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jclouds.provider : hpcloud-objectstorage gradle dependency to your build.gradle file:

implementation 'org.jclouds.provider:hpcloud-objectstorage:1.6.0'

Gradle Kotlin DSL: Add the following org.jclouds.provider : hpcloud-objectstorage gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jclouds.provider:hpcloud-objectstorage:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jclouds.provider : hpcloud-objectstorage sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jclouds.provider" % "hpcloud-objectstorage" % "1.6.0"

Advertisement