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.
Version0.0.8compared with
Version Details
| 0.0.7 | 0.0.8 | |
|---|---|---|
| Release date | Jul 12, 2015 | Jul 21, 2015 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (1)
| 0.0.7 | 0.0.8 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.apache.commons » commons-lang3 | 3.1 | 3.4 |