Closure Maven

Tools and Utilities related to Google Closure

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.2.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Closure Maven
Tools and Utilities related to Google Closure
Ссылка на сайт

Ссылка на сайт

http://github.com/mikesamuel/closure-maven-plugin
Организация-разработчик

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

Google
Система контроля версий

Система контроля версий

https://github.com/mikesamuel/closure-maven-plugin.git

Скачать parent

Имя Файла Размер
parent-1.2.0.pom 17 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • doclet
  • module
  • plugin

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