Last Version

drasyl: General-Purpose Overlay Network Framework - Parent Package 0.4.1

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.

License

License

GroupId

GroupId

org.drasyl
ArtifactId

ArtifactId

parent
Version

Version

0.4.1
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://drasyl.org/
Project Organization

Project Organization

The drasyl Project
Source Code Management

Source Code Management

https://github.com/drasyl-overlay/drasyl

Download parent 0.4.1

Filename Size
parent-0.4.1.pom 25 KB
Browse

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

Dependencies

test (6)

Group / Artifact Type Version
org.mockito : mockito-core jar 3.8.0
org.mockito : mockito-junit-jupiter jar 3.8.0
org.hamcrest : hamcrest jar 2.2
org.junit.jupiter : junit-jupiter-engine jar 5.7.1
org.junit.jupiter : junit-jupiter-api jar 5.7.1
org.junit.jupiter : junit-jupiter-params jar 5.7.1

Project Modules

  • drasyl-cli
  • drasyl-core
  • drasyl-examples
  • drasyl-integration-tests
  • drasyl-performance-tests
  • drasyl-plugin-groups-client
  • drasyl-plugin-groups-manager
  • drasyl-all