is not current version
Last Version 2.0.0

com.github.bbottema:java-socks-proxy-server 1.0.0

java-socks-proxy-server is a SOCKS 4/5 server for Java

Categories

Categories

Java Languages
GroupId

GroupId

com.github.bbottema
ArtifactId

ArtifactId

java-socks-proxy-server
Version

Version

1.0.0
Type

Type

jar

Download java-socks-proxy-server 1.0.0


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