Jar examples for e:execs
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.0.3 in this page.
Apache 2
You can use the following script to add execs-0.0.3.jar to your project.
<dependency> <groupId>de.vandermeer</groupId> <artifactId>execs</artifactId> <version>0.0.3</version> </dependency>
compile group: 'de.vandermeer', name: 'execs', version: '0.0.3'
libraryDependencies += "de.vandermeer" % "execs" % "0.0.3"
<dependency org="de.vandermeer" name="execs" rev="0.0.3"/>
@Grapes(@Grab(group='de.vandermeer', module='execs', version='0.0.3'))
'de.vandermeer:execs:jar:0.0.3'
Click the following link to download the jar file.
execs-0.0.3-javadoc.jar