Netsody

Blog

drasyl goes Maven Central

Kevin Röbert Kevin Röbert Kevin Röbert Kevin Röbert Research Assistant Profile GitHub LinkedIn 1 min read
Archive This post comes from an earlier stage of the project.

Names, product framing, and implementation details may reflect the path to Netsody rather than the current product.

No image
Archive notice: This post predates the current Zero Trust Network Access platform. Some terminology or implementation details may describe earlier versions.

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>