Illustrating the use of KruMF/ConsoleUtils in KruMF/DelayCalculator (see full pom here). Replace values as needed.
- Add the JitPack repository to your build file (pom.xml):
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
- Add the desired dependency:
<dependencies>
<dependency>
<groupId>com.github.KruMF</groupId>
<artifactId>ConsoleUtils</artifactId>
<version>0.3</version>
</dependency>
</dependencies>
It probably also works with Gradle, but I haven't tested it, nor specifically looked into it, as I mainly use Maven.
They have some instructions on their own website here. Also includes instructions for sbt and leiningen.
More info coming soon...
Here's a test image:
