Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdorg.dasein |
ArtifactId | ArtifactIddasein-cloud-aws |
Version | Version03.2010.10.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.dasein/dasein-cloud-aws/ -->
<dependency>
<groupId>org.dasein</groupId>
<artifactId>dasein-cloud-aws</artifactId>
<version>03.2010.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dasein/dasein-cloud-aws/
implementation 'org.dasein:dasein-cloud-aws:03.2010.10.1'
// https://jarcasting.com/artifacts/org.dasein/dasein-cloud-aws/
implementation ("org.dasein:dasein-cloud-aws:03.2010.10.1")
'org.dasein:dasein-cloud-aws:jar:03.2010.10.1'
<dependency org="org.dasein" name="dasein-cloud-aws" rev="03.2010.10.1">
<artifact name="dasein-cloud-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dasein', module='dasein-cloud-aws', version='03.2010.10.1')
)
libraryDependencies += "org.dasein" % "dasein-cloud-aws" % "03.2010.10.1"
[org.dasein/dasein-cloud-aws "03.2010.10.1"]