Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.11 KB

File metadata and controls

45 lines (31 loc) · 1.11 KB

KruMF - Manual

JitPack use

Using Maven

Illustrating the use of KruMF/ConsoleUtils in KruMF/DelayCalculator (see full pom here). Replace values as needed.

  1. Add the JitPack repository to your build file (pom.xml):
<repositories>
	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>
</repositories>
  1. Add the desired dependency:
<dependencies>
	<dependency>
		<groupId>com.github.KruMF</groupId>
		<artifactId>ConsoleUtils</artifactId>
		<version>0.3</version>
	</dependency>
</dependencies>

Using Gradle or other

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.

Testing

More info coming soon...

Here's a test image:

image