License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdorg.drasyl |
ArtifactId | ArtifactIdnetty-tun |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnetty channel communicating via TUN devices
This artifact contains a Channel implementation that can be used to send or receive packets over a TUN interface.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
netty-tun-1.1.0.pom | |
netty-tun-1.1.0.jar | 836 KB |
netty-tun-1.1.0-sources.jar | 844 KB |
netty-tun-1.1.0-javadoc.jar | 617 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.drasyl/netty-tun/ -->
<dependency>
<groupId>org.drasyl</groupId>
<artifactId>netty-tun</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.drasyl/netty-tun/
implementation 'org.drasyl:netty-tun:1.1.0'
// https://jarcasting.com/artifacts/org.drasyl/netty-tun/
implementation ("org.drasyl:netty-tun:1.1.0")
'org.drasyl:netty-tun:jar:1.1.0'
<dependency org="org.drasyl" name="netty-tun" rev="1.1.0">
<artifact name="netty-tun" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.drasyl', module='netty-tun', version='1.1.0')
)
libraryDependencies += "org.drasyl" % "netty-tun" % "1.1.0"
[org.drasyl/netty-tun "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-transport | jar | 4.1.74.Final |
net.java.dev.jna : jna | jar | 5.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |