не последняя версия
Последняя версия 2015.10.1

org.dasein:dasein-cloud-core 2014.11.1

The dasein-cloud-core artifact contains the core classes and interfaces that support any Dasein Cloud implementation for any cloud provider. Client applications talk only to these packages that hide the specifics contained in implementations.

Группа

Группа

org.dasein
Идентификатор

Идентификатор

dasein-cloud-core
Версия

Версия

2014.11.1
Тип

Тип

jar

Скачать dasein-cloud-core 2014.11.1


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