Today we are releasing drasyl 0.1.2. Apart from some bug fixes, this release comes with a pleasant change: Starting with this version, we’re publishing drasyl releases to Maven Central. This means adding our Maven repository to pom.xml is no longer necessary.

From now on, the following snippet is enough:

<dependency>
    <groupId>org.drasyl</groupId>
    <artifactId>drasyl-core</artifactId>
    <version>0.1.2</version>
</dependency>