MVN

io.polyglotted : aws-common

Maven & Gradle

Feb 26, 2020

aws-common · AWS Common Utils

<dependency>
    <groupId>io.polyglotted</groupId>
    <artifactId>aws-common</artifactId>
    <version>1.11.730</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.polyglotted : aws-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.730

All Versions

Choose a version of io.polyglotted : aws-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
aws-common-1.11.730
aws-common-1.11.682
aws-common-1.11.553
aws-common-1.11.549
aws-common-1.11.529
aws-common-1.11.483
aws-common-1.11.425
aws-common-1.11.372
aws-common-1.11.349
aws-common-1.11.333
aws-common-1.11.316
aws-common-1.11.309
aws-common-1.11.297
aws-common-1.11.289
aws-common-1.11.288

How to add a dependency to Maven

Add the following io.polyglotted : aws-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.polyglotted</groupId>
    <artifactId>aws-common</artifactId>
    <version>1.11.730</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.polyglotted : aws-common gradle dependency to your build.gradle file:

implementation 'io.polyglotted:aws-common:1.11.730'

Gradle Kotlin DSL: Add the following io.polyglotted : aws-common gradle kotlin dependency to your build.gradle.kts file:

implementation("io.polyglotted:aws-common:1.11.730")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.polyglotted : aws-common sbt scala dependency to your build.sbt file:

libraryDependencies += "io.polyglotted" % "aws-common" % "1.11.730"

Advertisement