MVN

com.github.seratch : awscala_2.12

Maven & Gradle

Feb 13, 2021
5 usages
738 stars

awscala · awscala

<dependency>
    <groupId>com.github.seratch</groupId>
    <artifactId>awscala_2.12</artifactId>
    <version>0.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.seratch : awscala_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.5

All Versions

Choose a version of com.github.seratch : awscala_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
awscala_2.12-0.8.5
awscala_2.12-0.8.4
awscala_2.12-0.8.3
awscala_2.12-0.8.2
awscala_2.12-0.8.1
awscala_2.12-0.8.0
0.7.x
awscala_2.12-0.7.2
awscala_2.12-0.7.1
awscala_2.12-0.7.0
0.6.x
awscala_2.12-0.6.3
awscala_2.12-0.6.2
awscala_2.12-0.6.1
awscala_2.12-0.6.0
0.5.x
awscala_2.12-0.5.9

How to add a dependency to Maven

Add the following com.github.seratch : awscala_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.seratch</groupId>
    <artifactId>awscala_2.12</artifactId>
    <version>0.8.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.seratch : awscala_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.seratch:awscala_2.12:0.8.5'

Gradle Kotlin DSL: Add the following com.github.seratch : awscala_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.seratch:awscala_2.12:0.8.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.seratch : awscala_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.seratch" % "awscala_2.12" % "0.8.5"