is not current version
Last Version 3.3.0

com.github.scopt:scopt_2.9.2 2.1.0

a command line options parsing library

GroupId

GroupId

com.github.scopt
ArtifactId

ArtifactId

scopt_2.9.2
Version

Version

2.1.0
Type

Type

jar

Download scopt_2.9.2 2.1.0


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