is not current version
Last Version 4.0.1

com.github.scopt:scopt_2.11 3.7.0

a command line options parsing library

GroupId

GroupId

com.github.scopt
ArtifactId

ArtifactId

scopt_2.11
Version

Version

3.7.0
Type

Type

jar

Download scopt_2.11 3.7.0


<!-- https://jarcasting.com/artifacts/com.github.scopt/scopt_2.11/ -->
<dependency>
    <groupId>com.github.scopt</groupId>
    <artifactId>scopt_2.11</artifactId>
    <version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.11/
implementation 'com.github.scopt:scopt_2.11:3.7.0'
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.11/
implementation ("com.github.scopt:scopt_2.11:3.7.0")
'com.github.scopt:scopt_2.11:jar:3.7.0'
<dependency org="com.github.scopt" name="scopt_2.11" rev="3.7.0">
  <artifact name="scopt_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scopt', module='scopt_2.11', version='3.7.0')
)
libraryDependencies += "com.github.scopt" % "scopt_2.11" % "3.7.0"
[com.github.scopt/scopt_2.11 "3.7.0"]