Last Version

Execution Service 0.4.0

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.

License

License

GroupId

GroupId

de.vandermeer
ArtifactId

ArtifactId

execs
Version

Version

0.4.0
Type

Type

jar
Description

Description

Execution Service
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.
Project URL

Project URL

https://github.com/vdmeer/execs
Source Code Management

Source Code Management

https://github.com/vdmeer/execs

Download execs 0.4.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.4
commons-cli : commons-cli jar 1.3.1
org.antlr : ST4 jar 4.0.8

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.