License |
License |
---|---|
GroupId | GroupIdorg.drasyl |
ArtifactId | ArtifactIddrasyl-node |
Version | Version0.6.0 |
Type | Typejar |
Description |
Descriptiondrasyl: General-Purpose Overlay Network Framework - Node Package
This package contains the easy-to-use zero configuration node interface for embedding the overlay network.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
drasyl-node-0.6.0.pom | |
drasyl-node-0.6.0.jar | 176 KB |
drasyl-node-0.6.0-tests.jar | 194 KB |
drasyl-node-0.6.0-sources.jar | 165 KB |
drasyl-node-0.6.0-javadoc.jar | 949 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.drasyl/drasyl-node/ -->
<dependency>
<groupId>org.drasyl</groupId>
<artifactId>drasyl-node</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.drasyl/drasyl-node/
implementation 'org.drasyl:drasyl-node:0.6.0'
// https://jarcasting.com/artifacts/org.drasyl/drasyl-node/
implementation ("org.drasyl:drasyl-node:0.6.0")
'org.drasyl:drasyl-node:jar:0.6.0'
<dependency org="org.drasyl" name="drasyl-node" rev="0.6.0">
<artifact name="drasyl-node" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.drasyl', module='drasyl-node', version='0.6.0')
)
libraryDependencies += "org.drasyl" % "drasyl-node" % "0.6.0"
[org.drasyl/drasyl-node "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.drasyl : drasyl-core | jar | 0.6.0 |
com.typesafe : config | jar | 1.4.1 |
com.google.protobuf : protobuf-java | jar | 3.19.1 |
io.github.classgraph : classgraph | jar | 4.8.137 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.value : auto-value-annotations | jar | 1.8.2 |
Group / Artifact | Type | Version |
---|---|---|
org.drasyl : drasyl-core | test-jar | 0.6.0 |
net.javacrumbs.json-unit : json-unit-assertj | jar | 2.28.0 |
org.mockito : mockito-core | jar | 4.1.0 |
org.mockito : mockito-junit-jupiter | jar | 4.1.0 |
org.hamcrest : hamcrest | jar | 2.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.1 |