Download soy-2012-12-21.jar file - Jar s

Jar examples for s:soy

Description

Closure Templates are an easy-to-use template system for Java and JavaScript. Closure Templates are used extensively in Google apps, including Gmail and Google Docs.

You can download jar file soy 2012-12-21 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add soy-2012-12-21.jar to your project.

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

Download

Click the following link to download the jar file.

soy-2012-12-21.jar
soy-2012-12-21-javadoc.jar
soy-2012-12-21.pom
soy-2012-12-21-sources.jar



Related Tutorials