ness-httpclient.
Ness HTTP client component..
Here is the list of declaration for ness-httpclient. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.nesscomputing.components</groupId> <artifactId>ness-httpclient</artifactId> <version>1.0.1</version> </dependency>
If you think this Maven repository POM file listing for ness-httpclient is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the ness-httpclient-1.0.1.jar
com.nesscomputing.httpclient com.nesscomputing.httpclient.factory.httpclient4 com.nesscomputing.httpclient.guice com.nesscomputing.httpclient.internal com.nesscomputing.httpclient.io com.nesscomputing.httpclient.response
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.nesscomputing.components</groupId> <artifactId>ness-httpclient-parent</artifactId> <version>1.0.1</version> </parent> <groupId>com.nesscomputing.components</groupId> <artifactId>ness-httpclient</artifactId> <name>ness-httpclient</name> <packaging>jar</packaging> <description>Ness HTTP client component.</description> <properties> <ness.root.dir>${project.parent.basedir}</ness.root.dir> </properties> <dependencies> <dependency> <groupId>com.nesscomputing.components</groupId> <artifactId>ness-lifecycle</artifactId> </dependency> <dependency> <groupId>com.nesscomputing.components</groupId> <artifactId>ness-logging</artifactId> </dependency> <dependency> <groupId>com.nesscomputing.components</groupId> <artifactId>ness-config</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-multibindings</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </dependency> <dependency> <groupId>com.nesscomputing.testing</groupId> <artifactId>findbugs-annotations</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </dependency> <dependency> <groupId>org.skife.config</groupId> <artifactId>config-magic</artifactId> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-core-asl</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit-dep</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> <scope>test</scope> </dependency> </dependencies> </project>