Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdorg.trellisldp.ext |
ArtifactId | ArtifactIdtrellis-aws |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
trellis-aws-0.9.2.pom | |
trellis-aws-0.9.2.jar | 23 KB |
trellis-aws-0.9.2-sources.jar | 14 KB |
trellis-aws-0.9.2-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-aws/ -->
<dependency>
<groupId>org.trellisldp.ext</groupId>
<artifactId>trellis-aws</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-aws/
implementation 'org.trellisldp.ext:trellis-aws:0.9.2'
// https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-aws/
implementation ("org.trellisldp.ext:trellis-aws:0.9.2")
'org.trellisldp.ext:trellis-aws:jar:0.9.2'
<dependency org="org.trellisldp.ext" name="trellis-aws" rev="0.9.2">
<artifact name="trellis-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.trellisldp.ext', module='trellis-aws', version='0.9.2')
)
libraryDependencies += "org.trellisldp.ext" % "trellis-aws" % "0.9.2"
[org.trellisldp.ext/trellis-aws "0.9.2"]