http-util
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.t</groupId>
<artifactId>http-util</artifactId>
<version>1.0.16.RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>cn.t</groupId>
<artifactId>util</artifactId>
<version>1.0.16.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>http-util</artifactId>
<packaging>jar</packaging>
<name>http-util</name>
<dependencies>
<dependency>
<groupId>cn.t</groupId>
<artifactId>common-util</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>cn.t</groupId>
<artifactId>doc-util</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>