For Maven 2 enabled projects

Jade4Spring is available in the project's own Maven 2 repository. The address to this repo is http://jade4spring.sourceforge.net/m2repo .

The following dependency may be added to your project's POM:

					
<dependency>
    <groupId>net.sf.jade4spring</groupId>
    <artifactId>jade4spring</artifactId>
    <version>RELEASE</version>
</dependency>
			
				
For other versions than the latest release version, please browse the repository.

For projects not built with Maven 2

For projects which are not built using Maven 2, you may download the jade4spring JAR and dependencies from the project download pages . JavaDoc and sources are available there as well.