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