Download scala-optparse_2.10-1.1.1.jar file - Jar s

Jar examples for s:scala-optparse-2.10

Description

Command line option parsing for Scala

You can download jar file scala-optparse_2.10 1.1.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add scala-optparse_2.10-1.1.1.jar to your project.

<dependency>
   <groupId>com.frugalmechanic</groupId>
   <artifactId>scala-optparse_2.10</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'com.frugalmechanic', name: 'scala-optparse_2.10', version: '1.1.1'
libraryDependencies += "com.frugalmechanic" % "scala-optparse_2.10" % "1.1.1"
<dependency org="com.frugalmechanic" name="scala-optparse_2.10" rev="1.1.1"/>
@Grapes(@Grab(group='com.frugalmechanic', module='scala-optparse_2.10', version='1.1.1'))
'com.frugalmechanic:scala-optparse_2.10:jar:1.1.1'

Download

Click the following link to download the jar file.

scala-optparse_2.10-1.1.1-javadoc.jar
scala-optparse_2.10-1.1.1-sources.jar
scala-optparse_2.10-1.1.1.jar
scala-optparse_2.10-1.1.1.pom



Related Tutorials