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
21 lines (20 loc) · 715 Bytes
/
library.xml
File metadata and controls
21 lines (20 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<library id="httpcore" symbolicName="org.apache.httpcore">
<name>Apache HTTP Components Core</name>
<description>Apache HTTP Components Core</description>
<version>4.1</version>
<homeUri>http://hc.apache.org/httpcomponents-core/</homeUri>
<downloadUri>http://hc.apache.org/httpcomponents-core/download.html</downloadUri>
<provider>Apache Software Foundation</provider>
<package name="org.apache.httpcore">
<maven>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</maven>
</package>
<distributions>
<distribution id="classic" />
</distributions>
<javadocs>
<link href="http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/" />
</javadocs>
</library>