Download shell-0.3.jar file - Jar s

Jar examples for s:shell

Description

Utilities for creating more complex shell commands with subcommands. It provides easy ability to parse the users command line input.

You can download jar file shell 0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add shell-0.3.jar to your project.

<dependency>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>shell</artifactId>
   <version>0.3</version>
</dependency>
compile group: 'org.apache.clerezza', name: 'shell', version: '0.3'
libraryDependencies += "org.apache.clerezza" % "shell" % "0.3"
<dependency org="org.apache.clerezza" name="shell" rev="0.3"/>
@Grapes(@Grab(group='org.apache.clerezza', module='shell', version='0.3'))
'org.apache.clerezza:shell:jar:0.3'

Download

Click the following link to download the jar file.

shell-0.3-sources.jar
shell-0.3.jar
shell-0.3.pom



Related Tutorials