socks-proxy-agent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>socks-proxy-agent</artifactId> <version>8.0.5</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-proxy-agent</artifactId> <version>8.0.5</version> <name>socks-proxy-agent</name> <description>A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS</description> <url>https://github.com/TooTallNate/proxy-agents#readme</url> <organization> <name>Nathan Rajlich</name> <url>https://github.com/TooTallNate/proxy-agents#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>tootallnate</name> <email>nathan@tootallnate.net</email> </developer> <developer> <name>kikobeats</name> <email>josefrancisco.verdu@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/TooTallNate/proxy-agents.git</connection> <developerConnection>https://github.com/TooTallNate/proxy-agents.git</developerConnection> <url>https://github.com/TooTallNate/proxy-agents</url> </scm> <issueManagement> <url>https://github.com/TooTallNate/proxy-agents/issues</url> </issueManagement> <properties> <org.mvnpm-agent-base.version>[7.1.2,8)</org.mvnpm-agent-base.version> <org.mvnpm-socks.version>[2.8.3,3)</org.mvnpm-socks.version> <org.mvnpm-debug.version>[4.3.4,5)</org.mvnpm-debug.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>agent-base</artifactId> <version>${org.mvnpm-agent-base.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>debug</artifactId> <version>${org.mvnpm-debug.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>socks</artifactId> <version>${org.mvnpm-socks.version}</version> </dependency> </dependencies> </project>