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