blob: f000183952d58b1915d66db3b02a825a2a48e136 [file] [log] [blame]
<?xml version="1.0"?>
<!DOCTYPE xdoc [
<!ENTITY nbsp "&#160;">
]>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<document>
<properties>
<title>Downloading JCS</title>
<author email="asmuts@apache.org">Aaron Smuts</author>
<author email="tv@apache.org">Thomas Vandahl</author>
</properties>
<body>
<section name="Releases">
<p>
The latest release version of JCS is 1.3. Grab it here. The core JCS jar is compiled using JDK 1.3.
</p>
<subsection name="Binary versions">
<p>
<ul>
<li><a href="http://www.apache.org/dyn/closer.cgi/jakarta/jcs/binaries/jcs-1.3.tar.gz">
JCS 1.3 Binary Distribution in TAR format</a>&nbsp;
<a href="http://www.apache.org/dist/jakarta/jcs/binaries/jcs-1.3.tar.gz.asc">Signature</a>&nbsp;
<a href="http://www.apache.org/dist/jakarta/jcs/binaries/jcs-1.3.tar.gz.md5">MD5</a>
</li>
<li><a href="http://www.apache.org/dyn/closer.cgi/jakarta/jcs/binaries/jcs-1.3.zip">
JCS 1.3 Binary Distribution in ZIP format</a>&nbsp;
<a href="http://www.apache.org/dist/jakarta/jcs/binaries/jcs-1.3.zip.asc">Signature</a>&nbsp;
<a href="http://www.apache.org/dist/jakarta/jcs/binaries/jcs-1.3.zip.md5">MD5</a>
</li>
</ul>
</p>
</subsection>
<subsection name="Source versions">
<p>
<ul>
<li><a href="http://www.apache.org/dyn/closer.cgi/jakarta/jcs/sources/jcs-1.3-src.tar.gz">
JCS 1.3 Source Distribution in TAR format</a>&nbsp;
<a href="http://www.apache.org/dist/jakarta/jcs/sources/jcs-1.3-src.tar.gz.asc">Signature</a>&nbsp;
<a href="http://www.apache.org/dist/jakarta/jcs/sources/jcs-1.3-src.tar.gz.md5">MD5</a>
</li>
<li><a href="http://www.apache.org/dyn/closer.cgi/jakarta/jcs/sources/jcs-1.3-src.zip">
JCS 1.3 Source Distribution in ZIP format</a>&nbsp;
<a href="http://www.apache.org/dist/jakarta/jcs/sources/jcs-1.3-src.zip.asc">Signature</a>&nbsp;
<a href="http://www.apache.org/dist/jakarta/jcs/sources/jcs-1.3-src.zip.md5">MD5</a>
</li>
</ul>
</p>
</subsection>
</section>
<section name="Versioned Temp Builds">
<p>
You can find versioned binary builds of JCS in
the
<a href="http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/tempbuild/">tempbuild</a>
directory of the repository.
</p>
</section>
<section name="Getting The Development Source From SVN">
<p>
You can check out the latest source from the Jakarta SVN module.<br/>
JCS resides in the jakarta/jcs module.
<source><![CDATA[svn checkout http://svn.apache.org/repos/asf/jakarta/jcs/trunk]]></source>
or browse the source code through <a href="http://svn.apache.org/viewvc/jakarta/jcs">ViewVC</a>.
</p>
</section>
</body>
</document>