is not current version
Last Version 2013.02

org.dasein:dasein-cloud-mock 2012.09

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

GroupId

GroupId

org.dasein
ArtifactId

ArtifactId

dasein-cloud-mock
Version

Version

2012.09
Type

Type

jar

Download dasein-cloud-mock 2012.09


<!-- https://jarcasting.com/artifacts/org.dasein/dasein-cloud-mock/ -->
<dependency>
    <groupId>org.dasein</groupId>
    <artifactId>dasein-cloud-mock</artifactId>
    <version>2012.09</version>
</dependency>
// https://jarcasting.com/artifacts/org.dasein/dasein-cloud-mock/
implementation 'org.dasein:dasein-cloud-mock:2012.09'
// https://jarcasting.com/artifacts/org.dasein/dasein-cloud-mock/
implementation ("org.dasein:dasein-cloud-mock:2012.09")
'org.dasein:dasein-cloud-mock:jar:2012.09'
<dependency org="org.dasein" name="dasein-cloud-mock" rev="2012.09">
  <artifact name="dasein-cloud-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dasein', module='dasein-cloud-mock', version='2012.09')
)
libraryDependencies += "org.dasein" % "dasein-cloud-mock" % "2012.09"
[org.dasein/dasein-cloud-mock "2012.09"]