GroupId | GroupIdorg.dasein |
---|---|
ArtifactId | ArtifactIddasein-cloud-azure |
Version | Version2013.02.storage |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.dasein/dasein-cloud-azure/ -->
<dependency>
<groupId>org.dasein</groupId>
<artifactId>dasein-cloud-azure</artifactId>
<version>2013.02.storage</version>
</dependency>
// https://jarcasting.com/artifacts/org.dasein/dasein-cloud-azure/
implementation 'org.dasein:dasein-cloud-azure:2013.02.storage'
// https://jarcasting.com/artifacts/org.dasein/dasein-cloud-azure/
implementation ("org.dasein:dasein-cloud-azure:2013.02.storage")
'org.dasein:dasein-cloud-azure:jar:2013.02.storage'
<dependency org="org.dasein" name="dasein-cloud-azure" rev="2013.02.storage">
<artifact name="dasein-cloud-azure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dasein', module='dasein-cloud-azure', version='2013.02.storage')
)
libraryDependencies += "org.dasein" % "dasein-cloud-azure" % "2013.02.storage"
[org.dasein/dasein-cloud-azure "2013.02.storage"]