socks
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>socks</artifactId>
<version>2.8.9</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>socks</artifactId>
<version>2.8.9</version>
<name>socks</name>
<description>Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.</description>
<url>https://github.com/JoshGlazebrook/socks/</url>
<organization>
<name>Josh Glazebrook</name>
<url>https://github.com/JoshGlazebrook/socks/</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>joshglazebrook</name>
<email>npm@joshglazebrook.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/JoshGlazebrook/socks.git</connection>
<developerConnection>https://github.com/JoshGlazebrook/socks.git</developerConnection>
<url>https://github.com/JoshGlazebrook/socks</url>
</scm>
<issueManagement>
<url>https://github.com/JoshGlazebrook/socks/issues</url>
</issueManagement>
<properties>
<org.mvnpm-ip-address.version>[10.1.1,11)</org.mvnpm-ip-address.version>
<org.mvnpm-smart-buffer.version>[4.2.0,5)</org.mvnpm-smart-buffer.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>ip-address</artifactId>
<version>${org.mvnpm-ip-address.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>smart-buffer</artifactId>
<version>${org.mvnpm-smart-buffer.version}</version>
</dependency>
</dependencies>
</project>