Home
Name Modified Size InfoDownloads / Week
doc 2012-04-30
lastjcl-1.2-SNAPSHOT.jar 2012-05-09 48.4 kB
lastjcl-1.2-SNAPSHOT-sources.jar 2012-05-09 35.9 kB
lastjcl-1.2-SNAPSHOT-javadoc.jar 2012-05-09 278.2 kB
lastjcl-1.1.jar 2012-05-09 44.0 kB
readme.txt 2012-05-09 472 Bytes
lastjcl-javadoc-0.0.4.tar.gz 2012-04-30 67.1 kB
lastjcl-0.0.4-SNAPSHOT.jar 2012-04-30 44.4 kB
Totals: 8 Items   518.4 kB 0
Last Java Collection Library is accessible via Central Maven Repository.

So if you build your project with Maven 
then you shouldn't download its jar file manually. 
Just add following maven dependency:

<dependency>
   <groupId>net.sf.lastjcl</groupId>
   <artifactId>lastjcl</artifactId>
   <version>1.1</version>
</dependency>

If you use good old Ant then use contents of this folder.
But former method is much more convenient and modern.
See http://maven.apache.org
Source: readme.txt, updated 2012-05-09