MVN

org.dasein : dasein-cloud-atmos

Maven & Gradle

Jul 29, 2013
1 stars

dasein-cloud-atmos · Implementation of the Dasein Cloud API for EMC Atmos object storage.

<dependency>
    <groupId>org.dasein</groupId>
    <artifactId>dasein-cloud-atmos</artifactId>
    <version>2013.07</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dasein : dasein-cloud-atmos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2013.07

All Versions

Choose a version of org.dasein : dasein-cloud-atmos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2013.07
dasein-cloud-atmos-2013.07
2013.04
dasein-cloud-atmos-2013.04
2013.02
dasein-cloud-atmos-2013.02
2013.01
dasein-cloud-atmos-2013.01
2012.09
dasein-cloud-atmos-2012.09

How to add a dependency to Maven

Add the following org.dasein : dasein-cloud-atmos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dasein</groupId>
    <artifactId>dasein-cloud-atmos</artifactId>
    <version>2013.07</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dasein : dasein-cloud-atmos gradle dependency to your build.gradle file:

implementation 'org.dasein:dasein-cloud-atmos:2013.07'

Gradle Kotlin DSL: Add the following org.dasein : dasein-cloud-atmos gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dasein:dasein-cloud-atmos:2013.07")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dasein : dasein-cloud-atmos sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dasein" % "dasein-cloud-atmos" % "2013.07"

Advertisement