Doclet

A custom doclet that is used to generate site documentation for configuration classes.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Doclet
A custom doclet that is used to generate site documentation for configuration classes.
Организация-разработчик

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

Google

Скачать doclet

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 19.0
com.google.closure : soy-juice jar 1.1.0
com.google.protobuf : protobuf-java jar 3.0.0
com.google.common.html.types : types jar 1.0.5
com.googlecode.owasp-java-html-sanitizer : html-types jar 20160827.1

test (1)

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

system (1)

Идентификатор библиотеки Тип Версия
com.sun » tools jar ${java.version}

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

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

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