dasein-cloud-mock
Mock Dasein Cloud implementation to enable applications using Dasein Cloud to execute unit tests without the need for a live cloud.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.dasein |
| Идентификатор | Идентификаторdasein-cloud-mock |
| Последняя версия | Последняя версия2013.02 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dasein-cloud-mock-2013.02.pom | |
| dasein-cloud-mock-2013.02.jar | 52 KB |
| dasein-cloud-mock-2013.02-sources.jar | 27 KB |
| dasein-cloud-mock-2013.02-javadoc.jar | 113 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.dasein/dasein-cloud-mock/ -->
<dependency>
<groupId>org.dasein</groupId>
<artifactId>dasein-cloud-mock</artifactId>
<version>2013.02</version>
</dependency>
// https://jarcasting.com/artifacts/org.dasein/dasein-cloud-mock/
implementation 'org.dasein:dasein-cloud-mock:2013.02'
// https://jarcasting.com/artifacts/org.dasein/dasein-cloud-mock/
implementation ("org.dasein:dasein-cloud-mock:2013.02")
'org.dasein:dasein-cloud-mock:jar:2013.02'
<dependency org="org.dasein" name="dasein-cloud-mock" rev="2013.02">
<artifact name="dasein-cloud-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dasein', module='dasein-cloud-mock', version='2013.02')
)
libraryDependencies += "org.dasein" % "dasein-cloud-mock" % "2013.02"
[org.dasein/dasein-cloud-mock "2013.02"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.dasein : dasein-cloud-core Необязательный | jar | 2013.02.1 |
| org.dasein : dasein-util Необязательный | jar | 2012.08 |
| commons-codec : commons-codec | jar | 1.6 |
| com.google.inject : guice | jar | 3.0 |
| log4j : log4j Необязательный | jar | 1.2.17 |
| com.google.code.findbugs : jsr305 | jar | 2.0.0 |
| org.dasein : dasein-cloud-test Необязательный | jar | 2013.02.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.9 |
Mock Dasein Cloud implementation to enable applications using Dasein Cloud to execute unit tests without the need for a live cloud.