Files download
File Operation
aws-maven-5.1.0.2.jar download
aws-maven-5.1.0.2.pom download
aws-maven-5.1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>aws-maven</artifactId>
  <version>5.1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:aws-maven:5.1.0.2'
Gradle Kotlin
implementation("com.github.mike10004:aws-maven:5.1.0.2")
Scala SBT
libraryDependencies += "com.github.mike10004" % "aws-maven" % "5.1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='aws-maven', version='5.1.0.2')
)
Apache Ivy
<dependency org="com.github.mike10004" name="aws-maven" rev="5.1.0.2" />
Leiningen
[com.github.mike10004/aws-maven "5.1.0.2"]
Apache Buildr
'com.github.mike10004:aws-maven:jar:5.1.0.2'