MVN

org.drasyl : parent

Maven & Gradle

Mar 12, 2021
21 stars

drasyl: General-Purpose Overlay Network Framework - Parent Package · drasyl is a general-purpose overlay network framework for rapid development of distributed P2P applications. By using drasyl developers can fully concentrate on creating distributed applications. With drasyl, boundaries between IP-based networks will be eliminated and secure communication channels between any peers will be provided. Zero-configuration is required to use drasyl. Developers can run a new drasyl node without having to write configuration files or provide IP addresses of peers.

<dependency>
    <groupId>org.drasyl</groupId>
    <artifactId>parent</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.drasyl : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of org.drasyl : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
parent-0.4.1
parent-0.4.0
0.3.x
parent-0.3.0
0.2.x
parent-0.2.0
0.1.x
parent-0.1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.drasyl</groupId>
    <artifactId>parent</artifactId>
    <version>0.4.1</version>
</dependency>

Advertisement