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