<dependency> <groupId>com.github.scopt</groupId> <artifactId>scopt_2.10</artifactId> <version>3.2.0</version> </dependency>
implementation 'com.github.scopt:scopt_2.10:3.2.0'
implementation("com.github.scopt:scopt_2.10:3.2.0")
libraryDependencies += "com.github.scopt" % "scopt_2.10" % "3.2.0"
@Grapes( @Grab(group='com.github.scopt', module='scopt_2.10', version='3.2.0') )
<dependency org="com.github.scopt" name="scopt_2.10" rev="3.2.0" />
[com.github.scopt/scopt_2.10 "3.2.0"]
'com.github.scopt:scopt_2.10:jar:3.2.0'
compile
|-- org.scala-lang:scala-library:2.10.3
test
|-- org.specs2:specs2_2.10:2.3.3