Closure Maven Plugin

A plugin that eases web application building by integrating Closure Compiler (JS), Closure Templates, Closure StyleSheets, and Protocol Buffers.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

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

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

closure-maven-plugin
Последняя версия

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

1.2.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Closure Maven Plugin
A plugin that eases web application building by integrating Closure Compiler (JS), Closure Templates, Closure StyleSheets, and Protocol Buffers.
Организация-разработчик

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

Google

Скачать closure-maven-plugin

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

<plugin>
    <groupId>com.google.closure</groupId>
    <artifactId>closure-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>

Зависимости

compile (12)

Идентификатор библиотеки Тип Версия
com.google.closure : soy-juice jar 1.2.0
org.apache.maven : maven-plugin-api jar 3.3.9
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4
org.codehaus.plexus : plexus-utils jar 3.0.22
org.sonatype.plexus : plexus-build-api jar 0.0.7
com.google.guava : guava jar 19.0
com.google.javascript : closure-compiler-unshaded jar v20160822
com.googlecode.json-simple : json-simple jar 1.1.1
com.google.closure-stylesheets : closure-stylesheets jar 1.3.0
com.google.template : soy jar 2016-08-25
com.comoyo.maven.plugins : protoc-bundled-plugin jar 1.4.56
com.google.common.html.types : types jar 1.0.5

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