File: downloads.xml

package info (click to toggle)
commons-httpclient 2.0a1%2B20020904-2
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 1,384 kB
  • ctags: 1,396
  • sloc: java: 9,932; xml: 1,210; makefile: 50
file content (35 lines) | stat: -rw-r--r-- 1,489 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<document>
   <properties>
      <title>HttpClient Downloads</title>
      <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
      <author email="rwaldhoff@apache.org">Rodney Waldhoff</author>
      <author email="jsdever@apache.org">Jeff Dever</author>
      <revision>$Id: downloads.xml,v 1.9 2002/07/19 22:32:45 jsdever Exp $</revision>
   </properties>

   <body>
      <section name="Downloads">
         <p>
            The following releases are available for download:
         </p>
         <ul>
            <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/">Release 2.0 Alpha 1</a> - 5 October 2001</li>
         </ul>
         <p>
            Nightly source drops can be obtained 
            <a href="http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-httpclient/">here</a>.
         </p>
         <p>
            The latest <a href="http://jakarta.apache.org/gump/">Gump</a> generated binary
            can be obtained <a href="http://gump.covalent.net/jars/latest/jakarta-commons/">here</a>.
         </p>         
         <p>
            The CVS repository for <em>HttpClient</em> can be
            <a href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/">browsed online</a>
            or
            <a href="http://jakarta.apache.org/site/cvsindex.html">downloaded using a CVS client</a>.
         </p>
      </section>
   </body>
</document>