is not current version
Last Version 1.2.0

net.kanstren.tcptunnel:tcptunnel 1.0.0

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

Categories

Categories

Net
GroupId

GroupId

net.kanstren.tcptunnel
ArtifactId

ArtifactId

tcptunnel
Version

Version

1.0.0
Type

Type

jar

Download tcptunnel 1.0.0


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