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