MVN

org.dasein : dasein-cloud-mock

Maven & Gradle

Jan 23, 2013
1 stars

dasein-cloud-mock · Mock implementation of the Dasein Cloud API for use in executing unit tests of code without the need to talk to an actual cloud.

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

Latest Version

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

  • Latest Stable: 2013.02

All Versions

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

Version Vulnerabilities Updated
2013.02
dasein-cloud-mock-2013.02
2012.09
dasein-cloud-mock-2012.09

How to add a dependency to Maven

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

<dependency>
    <groupId>org.dasein</groupId>
    <artifactId>dasein-cloud-mock</artifactId>
    <version>2013.02</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.dasein:dasein-cloud-mock:2013.02'

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

implementation("org.dasein:dasein-cloud-mock:2013.02")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.dasein" % "dasein-cloud-mock" % "2013.02"

Advertisement