License |
License |
---|---|
GroupId | GroupIdorg.dasein |
ArtifactId | ArtifactIddasein-cloud-core |
Version | Version2015.10.1 |
Type | Typejar |
Description |
Descriptiondasein-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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationDell, Inc. |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dasein-cloud-core-2015.10.1.pom | |
dasein-cloud-core-2015.10.1.jar | 564 KB |
dasein-cloud-core-2015.10.1-sources.jar | 576 KB |
dasein-cloud-core-2015.10.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dasein/dasein-cloud-core/ -->
<dependency>
<groupId>org.dasein</groupId>
<artifactId>dasein-cloud-core</artifactId>
<version>2015.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dasein/dasein-cloud-core/
implementation 'org.dasein:dasein-cloud-core:2015.10.1'
// https://jarcasting.com/artifacts/org.dasein/dasein-cloud-core/
implementation ("org.dasein:dasein-cloud-core:2015.10.1")
'org.dasein:dasein-cloud-core:jar:2015.10.1'
<dependency org="org.dasein" name="dasein-cloud-core" rev="2015.10.1">
<artifact name="dasein-cloud-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dasein', module='dasein-cloud-core', version='2015.10.1')
)
libraryDependencies += "org.dasein" % "dasein-cloud-core" % "2015.10.1"
[org.dasein/dasein-cloud-core "2015.10.1"]
Group / Artifact | Type | Version |
---|---|---|
org.dasein : dasein-util Optional | jar | 2013.02 |
commons-codec : commons-codec | jar | 1.6 |
org.apache.httpcomponents : httpclient | jar | 4.3.2 |
org.bouncycastle : bcprov-jdk15on | jar | 1.51 |
log4j : log4j Optional | jar | 1.2.17 |
com.google.code.findbugs : jsr305 | jar | 2.0.0 |
org.json : json | jar | 20090211 |
commons-io : commons-io | jar | 2.4 |
com.fasterxml.jackson.core : jackson-core | jar | 2.4.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.4.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |