MVN

io.github.cactacea.addons : aws_2.12

Maven & Gradle

Nov 09, 2019
2 stars

aws · aws

<dependency>
    <groupId>io.github.cactacea.addons</groupId>
    <artifactId>aws_2.12</artifactId>
    <version>19.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.cactacea.addons : aws_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 19.11.0

All Versions

Choose a version of io.github.cactacea.addons : aws_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
19.11.x
aws_2.12-19.11.0
19.9.x
aws_2.12-19.9.4
aws_2.12-19.9.3
aws_2.12-19.9.2
aws_2.12-19.9.1
aws_2.12-19.9.0
19.7.x
aws_2.12-19.7.1
aws_2.12-19.7.0
19.6.x
aws_2.12-19.6.2
aws_2.12-19.6.1
aws_2.12-19.6.0
19.5.x
aws_2.12-19.5.0
19.3.x
aws_2.12-19.3.8
aws_2.12-19.3.7
aws_2.12-19.3.6
aws_2.12-19.3.5
aws_2.12-19.3.4
aws_2.12-19.3.3
aws_2.12-19.3.2
aws_2.12-19.3.1
aws_2.12-19.3.0
19.1.x
aws_2.12-19.1.2
aws_2.12-19.1.1

How to add a dependency to Maven

Add the following io.github.cactacea.addons : aws_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.cactacea.addons</groupId>
    <artifactId>aws_2.12</artifactId>
    <version>19.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.cactacea.addons : aws_2.12 gradle dependency to your build.gradle file:

implementation 'io.github.cactacea.addons:aws_2.12:19.11.0'

Gradle Kotlin DSL: Add the following io.github.cactacea.addons : aws_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.cactacea.addons:aws_2.12:19.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.cactacea.addons : aws_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.cactacea.addons" % "aws_2.12" % "19.11.0"