qtools-http
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.liumapp.qtools.http</groupId>
<artifactId>qtools-http</artifactId>
<version>v1.3.11</version>
</dependency><?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>
<artifactId>qtools</artifactId>
<groupId>com.liumapp.qtools</groupId>
<version>v1.3.11</version>
</parent>
<groupId>com.liumapp.qtools.http</groupId>
<artifactId>qtools-http</artifactId>
<version>v1.3.11</version>
<packaging>jar</packaging>
<developers>
<developer>
<name>liumapp</name>
<email>liumapp.com@gmail.com</email>
<url>http://www.liumapp.com</url>
</developer>
</developers>
<name>qtools-http</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.6</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>com.liumapp.qtools.file</groupId>
<artifactId>qtools-file</artifactId>
<version>v1.3.11</version>
</dependency>
</dependencies>
</project>