MVN

org.dasein : dasein-cloud-asm

Maven & Gradle

Dec 03, 2013
1 stars

Dasein Cloud ASM · An implementation of the Dasein Cloud API for Dell ASM converged infrastructure. This implementation represents an ASM infrastructre as a cloud to consuming applications.

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

Latest Version

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

  • Latest Stable: 2013.07.2

All Versions

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

Version Vulnerabilities Updated
2013.07.x
dasein-cloud-asm-2013.07.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.dasein</groupId>
    <artifactId>dasein-cloud-asm</artifactId>
    <version>2013.07.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.dasein:dasein-cloud-asm:2013.07.2'

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

implementation("org.dasein:dasein-cloud-asm:2013.07.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.dasein" % "dasein-cloud-asm" % "2013.07.2"

Advertisement