Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 968 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 968 Bytes

Runner Utils

Build Status Code Coverage License Maven Central

Description

Runner Utils is a library to execute and coordinate processes from within the JVM.

Build requirements

  • Java Development Kit (JDK) 8 or higher
  • Maven 3.6.0 or higher

Build from source

  1. Clone the project on your machine using git clone https://github.com/UL-SnT-Serval/java-commons-runner-utils.git .
  2. Move to the directory.
  3. run the Maven command mvn clean install.

License

Code is under the Apache Licence v2.