How to install the Java artifact io.datakernel.datakernel-fs with Maven
Java
Maven
pom.xml
io.datakernel
datakernel-fs
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>io.datakernel</groupId>
<artifactId>datakernel-fs</artifactId>
<version>3.0.0-beta1</version>
</dependency>
/<dependencies>