How to install the Java artifact org.seppiko.glf.glf-jul with Maven
Java
Maven
pom.xml
org.seppiko.glf
glf-jul
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.seppiko.glf</groupId>
<artifactId>glf-jul</artifactId>
<version>1.1.RELEASE</version>
</dependency>
/<dependencies>