<dependency> <groupId>com.github.scopt</groupId> <artifactId>scopt_2.10</artifactId> <version>2.1.0</version> </dependency>
implementation 'com.github.scopt:scopt_2.10:2.1.0'
implementation("com.github.scopt:scopt_2.10:2.1.0")
libraryDependencies += "com.github.scopt" % "scopt_2.10" % "2.1.0"
@Grapes( @Grab(group='com.github.scopt', module='scopt_2.10', version='2.1.0') )
<dependency org="com.github.scopt" name="scopt_2.10" rev="2.1.0" />
[com.github.scopt/scopt_2.10 "2.1.0"]
'com.github.scopt:scopt_2.10:jar:2.1.0'
compile
|-- org.scala-lang:scala-library:2.10.0
test
|-- junit:junit:4.7
|-- org.scalatest:scalatest_2.10.0-RC2:1.8