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