To be written
The compiled libraries are deployed to Maven Central.
Usage with maven:
<dependency>
<groupId>io.github.kamilszewc</groupId>
<artifactId>fileswatcher</artifactId>
<version>0.3</version>
</dependency>
Usage with gradle:
implementation 'io.github.kamilszewc:fileswatcher:0.3'
To be written