This is the first release of worm!
Get started by taking a look into the wiki.
Changelog
It's the first release so... nothing here
Dependency
Maven
<repository>
<id>eldonexus</id>
<url>https://eldonexus.de/repository/maven-public/</url>
</repository>
<dependency>
<groupId>de.paul2708</groupId>
<artifactId>worm</artifactId>
<version>0.2.0</version>
</dependency>
Gradle
repositories {
maven("https://eldonexus.de/repository/maven-public/")
}
dependencies {
implementation("de.paul2708:worm:0.2.0")
}