How to install the Java artifact org.iolog4s.iolog4s_2.12 with Maven
Java
Maven
pom.xml
org.iolog4s
iolog4s_2.12
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.iolog4s</groupId>
<artifactId>iolog4s_2.12</artifactId>
<version>0.0.4</version>
</dependency>
/dependencies>