MVN

io.cloudsoft.jclouds.provider : ninefold-storage

Maven & Gradle

Jun 13, 2014
1 usages

jclouds ninefold storage provider · BlobStore implementation targeted to ninefold storage

<dependency>
    <groupId>io.cloudsoft.jclouds.provider</groupId>
    <artifactId>ninefold-storage</artifactId>
    <version>1.7.4-ea-brooklyn.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.cloudsoft.jclouds.provider : ninefold-storage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.4-ea-brooklyn.1

All Versions

Choose a version of io.cloudsoft.jclouds.provider : ninefold-storage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
ninefold-storage-1.7.4-ea-brooklyn.1
ninefold-storage-1.7.2-ea-brooklyn.5
ninefold-storage-1.7.2-ea-brooklyn.4
ninefold-storage-1.7.2-ea-brooklyn.3
ninefold-storage-1.7.2-ea-brooklyn.2
ninefold-storage-1.7.2-ea-brooklyn.1

How to add a dependency to Maven

Add the following io.cloudsoft.jclouds.provider : ninefold-storage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.cloudsoft.jclouds.provider</groupId>
    <artifactId>ninefold-storage</artifactId>
    <version>1.7.4-ea-brooklyn.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.cloudsoft.jclouds.provider : ninefold-storage gradle dependency to your build.gradle file:

implementation 'io.cloudsoft.jclouds.provider:ninefold-storage:1.7.4-ea-brooklyn.1'

Gradle Kotlin DSL: Add the following io.cloudsoft.jclouds.provider : ninefold-storage gradle kotlin dependency to your build.gradle.kts file:

implementation("io.cloudsoft.jclouds.provider:ninefold-storage:1.7.4-ea-brooklyn.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.cloudsoft.jclouds.provider : ninefold-storage sbt scala dependency to your build.sbt file:

libraryDependencies += "io.cloudsoft.jclouds.provider" % "ninefold-storage" % "1.7.4-ea-brooklyn.1"