MVN

com.github.davidmoten : aws-helper

Maven & Gradle

May 13, 2021
5 stars

Utilities for AWS

<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>aws-helper</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.davidmoten : aws-helper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of com.github.davidmoten : aws-helper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
aws-helper-0.2.3
aws-helper-0.2.2
aws-helper-0.2.1
0.2
aws-helper-0.2
0.1
aws-helper-0.1

How to add a dependency to Maven

Add the following com.github.davidmoten : aws-helper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>aws-helper</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.davidmoten : aws-helper gradle dependency to your build.gradle file:

implementation 'com.github.davidmoten:aws-helper:0.2.3'

Gradle Kotlin DSL: Add the following com.github.davidmoten : aws-helper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.davidmoten:aws-helper:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.davidmoten : aws-helper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.davidmoten" % "aws-helper" % "0.2.3"

Advertisement

Dependencies from Group

Apr 16, 2021
48 usages
2 stars
Apr 02, 2023
34 usages
10 stars
Jun 28, 2023
22 usages
1k stars
Nov 23, 2022
22 usages
269 stars
Aug 02, 2023
22 usages
386 stars

Discover Dependencies