Download scalate-guice-1.2.jar file - Jar s

Jar examples for s:scalate-guice

Description

Guice integration for a Jersey based Scalate web application

You can download jar file scalate-guice 1.2 in this page.

License

Apache License

Build File

You can use the following script to add scalate-guice-1.2.jar to your project.

<dependency>
   <groupId>org.fusesource.scalate</groupId>
   <artifactId>scalate-guice</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'org.fusesource.scalate', name: 'scalate-guice', version: '1.2'
libraryDependencies += "org.fusesource.scalate" % "scalate-guice" % "1.2"
<dependency org="org.fusesource.scalate" name="scalate-guice" rev="1.2"/>
@Grapes(@Grab(group='org.fusesource.scalate', module='scalate-guice', version='1.2'))
'org.fusesource.scalate:scalate-guice:jar:1.2'

Download

Click the following link to download the jar file.

scalate-guice-1.2-javadoc.jar
scalate-guice-1.2-sources.jar
scalate-guice-1.2.jar
scalate-guice-1.2.pom



Related Tutorials