Data science algorithms in Java. Include the repo in other projects using steps below.
Step 1: Add repository to the POM:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Step 2: Add dependency of the project:
<dependency>
<groupId>com.github.nikhilRP</groupId>
<artifactId>wulfric</artifactId>
<version>v0.1</version>
</dependency>
Warning: Not enough test coverage to say that there are no bugs. Use at your own risk.