Download scalop_2.10-1.1.jar file - Jar s

Jar examples for s:scalop-2.10

Description

Scala option parser

You can download jar file scalop_2.10 1.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add scalop_2.10-1.1.jar to your project.

<dependency>
   <groupId>com.loopfor.scalop</groupId>
   <artifactId>scalop_2.10</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.loopfor.scalop', name: 'scalop_2.10', version: '1.1'
libraryDependencies += "com.loopfor.scalop" % "scalop_2.10" % "1.1"
<dependency org="com.loopfor.scalop" name="scalop_2.10" rev="1.1"/>
@Grapes(@Grab(group='com.loopfor.scalop', module='scalop_2.10', version='1.1'))
'com.loopfor.scalop:scalop_2.10:jar:1.1'

Download

Click the following link to download the jar file.

scalop_2.10-1.1-javadoc.jar
scalop_2.10-1.1-sources.jar
scalop_2.10-1.1.jar
scalop_2.10-1.1.pom



Related Tutorials