Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.bbottema |
ArtifactId | ArtifactIdjava-socks-proxy-server |
Version | Version1.0.1 |
Type | Typejar |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bbottema/java-socks-proxy-server/
implementation 'com.github.bbottema:java-socks-proxy-server:1.0.1'
// https://jarcasting.com/artifacts/com.github.bbottema/java-socks-proxy-server/
implementation ("com.github.bbottema:java-socks-proxy-server:1.0.1")
'com.github.bbottema:java-socks-proxy-server:jar:1.0.1'
<dependency org="com.github.bbottema" name="java-socks-proxy-server" rev="1.0.1">
<artifact name="java-socks-proxy-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bbottema', module='java-socks-proxy-server', version='1.0.1')
)
libraryDependencies += "com.github.bbottema" % "java-socks-proxy-server" % "1.0.1"
[com.github.bbottema/java-socks-proxy-server "1.0.1"]