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