Closure Maven

Tools and Utilities related to Google Closure

License

License

GroupId

GroupId

com.google.closure
ArtifactId

ArtifactId

parent
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

Closure Maven
Tools and Utilities related to Google Closure
Project URL

Project URL

http://github.com/mikesamuel/closure-maven-plugin
Project Organization

Project Organization

Google
Source Code Management

Source Code Management

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

Download parent

Filename Size
parent-1.2.0.pom 17 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • 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?

[email protected]

Versions

Version
1.2.0
1.1.0
1.0.0