httpquery-examples
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.gcolin.httpquery</groupId>
<artifactId>httpquery-examples</artifactId>
<version>1.0</version>
</dependency><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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.gcolin.httpquery</groupId>
<artifactId>httpquery</artifactId>
<version>1.0</version>
</parent>
<artifactId>httpquery-examples</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>net.gcolin.httpquery</groupId>
<artifactId>httpquery-xstream</artifactId>
</dependency>
<dependency>
<groupId>net.gcolin.httpquery</groupId>
<artifactId>httpquery-httpclient</artifactId>
</dependency>
<dependency>
<groupId>net.gcolin.httpquery</groupId>
<artifactId>httpquery-jackson</artifactId>
</dependency>
<dependency>
<groupId>net.gcolin.httpquery</groupId>
<artifactId>httpquery-mock</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jasper</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
</dependencies>
</project>