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