forked from restlet/restlet-framework-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.xml
More file actions
22 lines (21 loc) · 760 Bytes
/
library.xml
File metadata and controls
22 lines (21 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<library id="httpclient" symbolicName="org.apache.httpclient">
<name>Apache HTTP Components Client</name>
<description>Apache HTTP Components Client</description>
<version>4.1</version>
<release>1</release>
<homeUri>http://hc.apache.org/httpcomponents-client/</homeUri>
<downloadUri>http://hc.apache.org/httpcomponents-client/download.html</downloadUri>
<provider>Apache Software Foundation</provider>
<package name="org.apache.httpclient">
<maven>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</maven>
</package>
<distributions>
<distribution id="classic" />
</distributions>
<javadocs>
<link href="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/" />
</javadocs>
</library>