Soy Juice

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

Лицензия

Лицензия

Группа

Группа

com.google.closure
Идентификатор

Идентификатор

soy-juice
Последняя версия

Последняя версия

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Soy Juice
A guice module that makes it easy to render Soy templates compiled by closure-maven-plugin from Java code.
Организация-разработчик

Организация-разработчик

Google

Скачать soy-juice

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

Модули Проекта

Данный проект не имеет модулей.

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?

mikesamuel@gmail.com

Версии библиотеки

Версия
1.2.0
1.1.0
1.0.0