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