scalate

Download it today!

Download

You can download Scalate from the Snapshot Maven Repository in the scalate area.

Download a distribution:

Maven

If you build your project using Maven then just add the following to your pom.xml

<dependency>
  <groupId>org.fusesource.scalate</groupId>
  <artifactId>scalate-core</artifactId>
  <version>${scalate-version}</version>  
</dependency>

You should ensure you have the Scalate Snapshot Maven repository defined in your pom.xml

  <repositories>
   <repository>
     <id>fusesource.snapshots</id>
     <name>FuseSource Snapshot Repository</name>
     <url>http://repo.fusesource.com/nexus/content/repositories/snapshots</url>
     <snapshots>
       <enabled>false</enabled>
     </snapshots>
     <releases>
       <enabled>true</enabled>
     </releases>
   </repository>
 </repositories>

Building

If you prefer you can try building from the source code and building it