is not current version
Last Version 0.4.1

org.drasyl:parent 0.3.0

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.

GroupId

GroupId

org.drasyl
ArtifactId

ArtifactId

parent
Version

Version

0.3.0
Type

Type

pom

Download parent 0.3.0

Filename Size
parent-0.3.0.pom 23 KB
Browse

<!-- https://jarcasting.com/artifacts/org.drasyl/parent/ -->
<dependency>
    <groupId>org.drasyl</groupId>
    <artifactId>parent</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.drasyl/parent/
implementation 'org.drasyl:parent:0.3.0'
// https://jarcasting.com/artifacts/org.drasyl/parent/
implementation ("org.drasyl:parent:0.3.0")
'org.drasyl:parent:pom:0.3.0'
<dependency org="org.drasyl" name="parent" rev="0.3.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.drasyl', module='parent', version='0.3.0')
)
libraryDependencies += "org.drasyl" % "parent" % "0.3.0"
[org.drasyl/parent "0.3.0"]