d

dasein-cloud-core

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.
http://github.com/greese/dasein-cloud-core
Apache License 2.0
Dell, Inc.
George Reese Morgan Catlin Adrian Cole
Files download
File Operation
dasein-cloud-core-2014.05.1.jar download
dasein-cloud-core-2014.05.1.pom download
dasein-cloud-core-2014.05.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.dasein</groupId>
  <artifactId>dasein-cloud-core</artifactId>
  <version>2014.05.1</version>
</dependency>
Gradle Groovy
implementation 'org.dasein:dasein-cloud-core:2014.05.1'
Gradle Kotlin
implementation("org.dasein:dasein-cloud-core:2014.05.1")
Scala SBT
libraryDependencies += "org.dasein" % "dasein-cloud-core" % "2014.05.1"
Groovy Grape
@Grapes(
  @Grab(group='org.dasein', module='dasein-cloud-core', version='2014.05.1')
)
Apache Ivy
<dependency org="org.dasein" name="dasein-cloud-core" rev="2014.05.1" />
Leiningen
[org.dasein/dasein-cloud-core "2014.05.1"]
Apache Buildr
'org.dasein:dasein-cloud-core:jar:2014.05.1'