You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2023. It is now read-only.
Patrick edited this page Apr 18, 2021
·
4 revisions
There are currently two ways to link this library into your project.
.jar-File
You can download the jar file here and add this to your project. You will sure find a tutorial for your favourite IDE in the internet, how to include a .jar dependency into a project.
Build it with maven
You can clone this project and run the command mvn install. This will add it into your local maven repository, so that you can include it into your pom.xml:
Maven will first search the dependency in the local repository and if it does not find it, it will search in the Maven Central, where this library is not provided at the moment!