Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdpl.chilldev.commons |
ArtifactId | ArtifactIdcommons-aws |
Version | Version0.3.13 |
Type | Typejar |
Filename | Size |
---|---|
commons-aws-0.3.13.pom | |
commons-aws-0.3.13.jar | 12 KB |
commons-aws-0.3.13-sources.jar | 8 KB |
commons-aws-0.3.13-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-aws/ -->
<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-aws</artifactId>
<version>0.3.13</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-aws/
implementation 'pl.chilldev.commons:commons-aws:0.3.13'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-aws/
implementation ("pl.chilldev.commons:commons-aws:0.3.13")
'pl.chilldev.commons:commons-aws:jar:0.3.13'
<dependency org="pl.chilldev.commons" name="commons-aws" rev="0.3.13">
<artifact name="commons-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-aws', version='0.3.13')
)
libraryDependencies += "pl.chilldev.commons" % "commons-aws" % "0.3.13"
[pl.chilldev.commons/commons-aws "0.3.13"]