Download scopt_2.9.2-2.1.0.jar file - Jar s

Jar examples for s:scopt-2.9.2

Description

a command line options parsing library

You can download jar file scopt_2.9.2 2.1.0 in this page.

License

MIT License

Build File

You can use the following script to add scopt_2.9.2-2.1.0.jar to your project.

<dependency>
   <groupId>com.github.scopt</groupId>
   <artifactId>scopt_2.9.2</artifactId>
   <version>2.1.0</version>
</dependency>
compile group: 'com.github.scopt', name: 'scopt_2.9.2', version: '2.1.0'
libraryDependencies += "com.github.scopt" % "scopt_2.9.2" % "2.1.0"
<dependency org="com.github.scopt" name="scopt_2.9.2" rev="2.1.0"/>
@Grapes(@Grab(group='com.github.scopt', module='scopt_2.9.2', version='2.1.0'))
'com.github.scopt:scopt_2.9.2:jar:2.1.0'

Download

Click the following link to download the jar file.

scopt_2.9.2-2.1.0-javadoc.jar
scopt_2.9.2-2.1.0-sources.jar
scopt_2.9.2-2.1.0.jar
scopt_2.9.2-2.1.0.pom



Related Tutorials