Download soy-juice-1.1.0.jar file - Jar s

Jar examples for s:soy-juice

Description

A guice module that makes it easy to render Soy templates compiled by closure-maven-plugin from Java code.

You can download jar file soy-juice 1.1.0 in this page.

Build File

You can use the following script to add soy-juice-1.1.0.jar to your project.

<dependency>
   <groupId>com.google.closure</groupId>
   <artifactId>soy-juice</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.google.closure', name: 'soy-juice', version: '1.1.0'
libraryDependencies += "com.google.closure" % "soy-juice" % "1.1.0"
<dependency org="com.google.closure" name="soy-juice" rev="1.1.0"/>
@Grapes(@Grab(group='com.google.closure', module='soy-juice', version='1.1.0'))
'com.google.closure:soy-juice:jar:1.1.0'

Download

Click the following link to download the jar file.

soy-juice-1.1.0-javadoc.jar
soy-juice-1.1.0-sources.jar
soy-juice-1.1.0.jar
soy-juice-1.1.0.pom



Related Tutorials