1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<html>
<head>
<title>SwarmCache @version@ Readme</title>
</head>
<body>
<h1>SwarmCache @version@ Readme</h1>
The SwarmCache distribution consists of these files:
<ul>
<li>readme.html (this file)
<li>swarmcache-@version@.jar
<li>jgroups-all.jar
<li>commons-collections.jar
<li>commons-logging.jar
</ul>
To use SwarmCache, make sure that all four of the .jar files are in your classpath.
See <a href="http://swarmcache.sf.net">http://swarmcache.sf.net</a> for instructions on how to use SwarmCache with your software.
</body>
</html>
|