Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.kanstren.tcptunnel |
ArtifactId | ArtifactIdtcptunnel |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
tcptunnel-1.0.0.pom | |
tcptunnel-1.0.0.jar | 20 KB |
tcptunnel-1.0.0-sources.jar | 15 KB |
tcptunnel-1.0.0-javadoc.jar | 92 KB |
Browse |
<!-- 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"]