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