Jalore binaries and sources can be found here. The latest version is 0.2.
The repository http://nicolas.dutertry.com/maven2 can be used if you work with Maven 2. Create a dependency with Jalore in your pom.xml by adding the following lines :
<dependency> <groupId>org.jalore</groupId> <artifactId>jalore</artifactId> <version>0.2</version> </dependency>