File: download.html

package info (click to toggle)
oscache 2.0.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 9,432 kB
  • ctags: 3,275
  • sloc: java: 6,644; xml: 1,310; jsp: 544; makefile: 42
file content (50 lines) | stat: -rw-r--r-- 3,134 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<title>OSCache Downloads</title>
</head>

<body bgcolor="#FFFFFF">

<h3>Released Versions</h3>
<p>The following versions of OSCache are currently available. All source and API docs are included in the
  download.</p>
<p>Please see the <a href="install.html">Installation Guide</a> for installation instructions.</p>
<ul>
  <li>OSCache 2.0.2 - <a href="https://oscache.dev.java.net/files/documents/629/1579/oscache-2.0.2-binary.zip">binary zip</a> |
    <a href="https://oscache.dev.java.net/files/documents/629/1580/oscache-2.0.2-full.zip">full zip (with source)</a> |
    <a href="https://oscache.dev.java.net/files/documents/629/1578/oscache-2.0.2.jar">jar file only</a>
    - November 4th, 2003</li>
  <li>OSCache 2.0.1 - <a href="https://oscache.dev.java.net/files/documents/629/1579/oscache-2.0.1-binary.zip">binary zip</a> |
    <a href="https://oscache.dev.java.net/files/documents/629/1580/oscache-2.0.1-full.zip">full zip (with source)</a> |
    <a href="https://oscache.dev.java.net/files/documents/629/1578/oscache-2.0.1.jar">jar file only</a>
    - November 4th, 2003</li>
  <li>OSCache 2.0 - <a href="https://oscache.dev.java.net/files/documents/629/1050/oscache_2_0_binary.zip">binary zip</a> |
    <a href="https://oscache.dev.java.net/files/documents/629/1051/oscache_2_0_full.zip">full zip (with source)</a>
    - September 22nd, 2003</li>
  <li>OSCache 2.0 beta 2 - <a href="https://oscache.dev.java.net/files/documents/629/603/oscache_2_0_0b2.zip">zip</a>
    - August 4th, 2003</li>
  <li>OSCache 2.0 beta 1 - <a href="http://oscache.dev.java.net/files/documents/629/467/oscache_2_0_0b1.zip">zip</a>
    - July 19th, 2003</li>
  <li>OSCache 1.7.5 - <a href="http://prdownloads.sourceforge.net/opensymphony/oscache_1_7_5.zip">zip</a>
    - January 8th, 2002</li>
  <li>OSCache 1.7.2 - <a href="http://prdownloads.sourceforge.net/opensymphony/oscache_1_7_2_0.zip">zip</a>
    - November 5th, 2001</li>
  <li>OSCache 1.6.1 - <a href="http://prdownloads.sourceforge.net/opensymphony/oscache_1_6_1.zip">zip</a>
    - September 17th, 2001</li>
  <li>OSCache 1.2.1 - <a href="http://prdownloads.sourceforge.net/opensymphony/oscache_1_2_1.zip">zip</a>
    - May 10th, 2001</li>
  <li>OSCache 1.2 - <a href="http://prdownloads.sourceforge.net/opensymphony/oscache_1_2.zip">zip</a>
    - March 28th, 2001</li>
  <li>OSCache 1.1 - <a href="http://prdownloads.sourceforge.net/opensymphony/oscache_1_1.zip">zip</a>
    - March 25th, 2001</li>
  <li>OSCache 1.0 beta 0 - <a href="http://download.sourceforge.net/opensymphony/oscache-1.0beta0.zip">zip</a>
    | <a href="http://download.sourceforge.net/opensymphony/oscache-1.0beta0.tar.gz">tar.gz</a>
    - December 4th, 2000</li>
</ul>

<h3>CVS Access</h3>
<p>The OSCache project is hosted at <a href="http://oscache.dev.java.net">http://oscache.dev.java.net</a>. You can
browse the CVS tree <a href="http://oscache.dev.java.net/source/browse/oscache">here</a>. Instructions for checking
the code out of CVS are available <a href="http://oscache.dev.java.net/servlets/ProjectSource">here</a>.</p>
</body>
</html>