TCP Tunnel

Sets up a forwarding TCP connection between two endpoints, collection all data passed between.

License

License

Categories

Categories

Net
GroupId

GroupId

net.kanstren.tcptunnel
ArtifactId

ArtifactId

tcptunnel
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

TCP Tunnel
Sets up a forwarding TCP connection between two endpoints, collection all data passed between.
Project URL

Project URL

https://github.com/mukatee/java-tcp-tunnel

Download tcptunnel

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.1.1
net.kanstren.osmo : osmotester jar 3.7.1
org.nanohttpd : nanohttpd jar 2.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.2
1.0.0