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