Soy Juice

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

License

License

GroupId

GroupId

com.google.closure
ArtifactId

ArtifactId

soy-juice
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project Organization

Google

Download soy-juice

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.closure/soy-juice/ -->
<dependency>
    <groupId>com.google.closure</groupId>
    <artifactId>soy-juice</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.closure/soy-juice/
implementation 'com.google.closure:soy-juice:1.2.0'
// https://jarcasting.com/artifacts/com.google.closure/soy-juice/
implementation ("com.google.closure:soy-juice:1.2.0")
'com.google.closure:soy-juice:jar:1.2.0'
<dependency org="com.google.closure" name="soy-juice" rev="1.2.0">
  <artifact name="soy-juice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.closure', module='soy-juice', version='1.2.0')
)
libraryDependencies += "com.google.closure" % "soy-juice" % "1.2.0"
[com.google.closure/soy-juice "1.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
com.google.template : soy jar 2016-08-25
com.google.protobuf : protobuf-java jar 3.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

closure-maven-plugin

A maven plugin that ties together closure-{compiler,stylesheets,templates} and protocol buffers.

See the site documentation for more details.


To check out and run the demo app:

$ git clone https://github.com/mikesamuel/closure-maven-plugin.git
$ cd closure-maven-plugin
$ git submodule update
$ ./run_demo_server.sh

or browse the demo source code.


Question?

[email protected]

Versions

Version
1.2.0
1.1.0
1.0.0