Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.github.crabs-hue.commons |
ArtifactId | ArtifactIdcommons-aws |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-aws-0.0.2.pom | |
commons-aws-0.0.2.jar | 3 KB |
commons-aws-0.0.2-sources.jar | 3 KB |
commons-aws-0.0.2-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-aws/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-aws</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-aws/
implementation 'com.github.crabs-hue.commons:commons-aws:0.0.2'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-aws/
implementation ("com.github.crabs-hue.commons:commons-aws:0.0.2")
'com.github.crabs-hue.commons:commons-aws:jar:0.0.2'
<dependency org="com.github.crabs-hue.commons" name="commons-aws" rev="0.0.2">
<artifact name="commons-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-aws', version='0.0.2')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-aws" % "0.0.2"
[com.github.crabs-hue.commons/commons-aws "0.0.2"]