Download soy-2015-04-10.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 2015-04-10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add soy-2015-04-10.jar to your project.

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

Download

Click the following link to download the jar file.

soy-2015-04-10-SoyMsgExtractor.jar
soy-2015-04-10-SoyParseInfoGenerator.jar
soy-2015-04-10-SoyToJsSrcCompiler.jar
soy-2015-04-10-javadoc.jar
soy-2015-04-10-sources.jar
soy-2015-04-10-with-dependencies.jar
soy-2015-04-10.jar
soy-2015-04-10.pom



Related Tutorials