License |
License |
---|---|
GroupId | GroupIdorg.drasyl |
ArtifactId | ArtifactIdparent |
Version | Version0.4.1 |
Type | Typepom |
Description |
Descriptiondrasyl: 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
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"]
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 |