is not current version
Last Version 0.4.0

de.vandermeer:execs 0.0.5

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.

GroupId

GroupId

de.vandermeer
ArtifactId

ArtifactId

execs
Version

Version

0.0.5
Type

Type

jar

Download execs 0.0.5


<!-- https://jarcasting.com/artifacts/de.vandermeer/execs/ -->
<dependency>
    <groupId>de.vandermeer</groupId>
    <artifactId>execs</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.vandermeer/execs/
implementation 'de.vandermeer:execs:0.0.5'
// https://jarcasting.com/artifacts/de.vandermeer/execs/
implementation ("de.vandermeer:execs:0.0.5")
'de.vandermeer:execs:jar:0.0.5'
<dependency org="de.vandermeer" name="execs" rev="0.0.5">
  <artifact name="execs" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.vandermeer', module='execs', version='0.0.5')
)
libraryDependencies += "de.vandermeer" % "execs" % "0.0.5"
[de.vandermeer/execs "0.0.5"]