Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdpl.codewise.commons |
ArtifactId | ArtifactIdcommons-aws |
Version | Version1.0.9 |
Type | Typepom |
Filename | Size |
---|---|
commons-aws-1.0.9.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.codewise.commons/commons-aws/ -->
<dependency>
<groupId>pl.codewise.commons</groupId>
<artifactId>commons-aws</artifactId>
<version>1.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.codewise.commons/commons-aws/
implementation 'pl.codewise.commons:commons-aws:1.0.9'
// https://jarcasting.com/artifacts/pl.codewise.commons/commons-aws/
implementation ("pl.codewise.commons:commons-aws:1.0.9")
'pl.codewise.commons:commons-aws:pom:1.0.9'
<dependency org="pl.codewise.commons" name="commons-aws" rev="1.0.9">
<artifact name="commons-aws" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.codewise.commons', module='commons-aws', version='1.0.9')
)
libraryDependencies += "pl.codewise.commons" % "commons-aws" % "1.0.9"
[pl.codewise.commons/commons-aws "1.0.9"]