Categories |
CategoriesAWS Container PaaS Providers Maven Build Tools |
---|---|
GroupId | GroupIdcom.github.poad |
ArtifactId | ArtifactIdaws-maven |
Version | Version6.0.1 |
Type | Typejar |
Filename | Size |
---|---|
aws-maven-6.0.1.pom | |
aws-maven-6.0.1.jar | 24 KB |
aws-maven-6.0.1-sources.jar | 20 KB |
aws-maven-6.0.1-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.poad/aws-maven/ -->
<dependency>
<groupId>com.github.poad</groupId>
<artifactId>aws-maven</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.poad/aws-maven/
implementation 'com.github.poad:aws-maven:6.0.1'
// https://jarcasting.com/artifacts/com.github.poad/aws-maven/
implementation ("com.github.poad:aws-maven:6.0.1")
'com.github.poad:aws-maven:jar:6.0.1'
<dependency org="com.github.poad" name="aws-maven" rev="6.0.1">
<artifact name="aws-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.poad', module='aws-maven', version='6.0.1')
)
libraryDependencies += "com.github.poad" % "aws-maven" % "6.0.1"
[com.github.poad/aws-maven "6.0.1"]