Skip to content

Requirements and Installation

Nils Christian Ehmke edited this page Dec 20, 2018 · 4 revisions

liJense requires Java Runtime Environment 8 or higher to be used. Please contact me, if you have the need to use the library in older JRE versions. I tested liJense with JREs from Oracle, OpenJDK, and IBM. Further JREs might work, but have not been tested explicitly.

In order to use the library, simply add the following dependency to your Maven pom.xml.

<dependency>
	<groupId>de.rhocas.lijense</groupId>
	<artifactId>lijense</artifactId>
	<version>2.1.0</version>
</dependency>

If you are not using Maven as build tool, you can also download the JAR file directly from Maven Central.

Clone this wiki locally