Download execs-0.3.4.jar file - Jar e

Jar examples for e:execs

Description

A simple set of classes to execute programmes from the command line, without littering the code with static void main(String[] args). This package addresses the following problem: a package (or a set of packages) contain a number of tools that should be run from outside java, e.g. using a static main() method. Over time, it might (will) be hard to know (or find) all main methods.

You can download jar file execs 0.3.4 in this page.

License

Apache 2

Build File

You can use the following script to add execs-0.3.4.jar to your project.

<dependency>
   <groupId>de.vandermeer</groupId>
   <artifactId>execs</artifactId>
   <version>0.3.4</version>
</dependency>
compile group: 'de.vandermeer', name: 'execs', version: '0.3.4'
libraryDependencies += "de.vandermeer" % "execs" % "0.3.4"
<dependency org="de.vandermeer" name="execs" rev="0.3.4"/>
@Grapes(@Grab(group='de.vandermeer', module='execs', version='0.3.4'))
'de.vandermeer:execs:jar:0.3.4'

Download

Click the following link to download the jar file.

execs-0.3.4-javadoc.jar
execs-0.3.4-sources.jar
execs-0.3.4.jar
execs-0.3.4.pom



Related Tutorials