License |
License |
---|---|
GroupId | GroupIdorg.drasyl |
ArtifactId | ArtifactIddrasyl-core |
Version | Version0.4.1 |
Type | Typejar |
Description |
Descriptiondrasyl: General-Purpose Overlay Network Framework - Core Package
This package provides all necessary files to integrate your application into a drasyl overlay network.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
drasyl-core-0.4.1.pom | |
drasyl-core-0.4.1.jar | 394 KB |
drasyl-core-0.4.1-tests.jar | 694 KB |
drasyl-core-0.4.1-sources.jar | 291 KB |
drasyl-core-0.4.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.drasyl/drasyl-core/ -->
<dependency>
<groupId>org.drasyl</groupId>
<artifactId>drasyl-core</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.drasyl/drasyl-core/
implementation 'org.drasyl:drasyl-core:0.4.1'
// https://jarcasting.com/artifacts/org.drasyl/drasyl-core/
implementation ("org.drasyl:drasyl-core:0.4.1")
'org.drasyl:drasyl-core:jar:0.4.1'
<dependency org="org.drasyl" name="drasyl-core" rev="0.4.1">
<artifact name="drasyl-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.drasyl', module='drasyl-core', version='0.4.1')
)
libraryDependencies += "org.drasyl" % "drasyl-core" % "0.4.1"
[org.drasyl/drasyl-core "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.2 |
com.fasterxml.jackson.module : jackson-module-afterburner | jar | 2.12.2 |
org.bouncycastle : bcprov-jdk15on | jar | 1.68 |
com.google.guava : guava | jar | 30.1-jre |
com.typesafe : config | jar | 1.4.1 |
io.netty : netty-all | jar | 4.1.60.Final |
io.netty : netty-transport-native-epoll | jar | 4.1.60.Final |
io.reactivex.rxjava3 : rxjava | jar | 3.0.11 |
com.google.protobuf : protobuf-java | jar | 3.15.5 |
io.micrometer : micrometer-registry-influx | jar | 1.6.4 |
io.github.classgraph : classgraph | jar | 4.8.102 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
net.javacrumbs.json-unit : json-unit-assertj | jar | 2.24.0 |
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
org.awaitility : awaitility | jar | 4.0.3 |
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 |