MVN

com.vertispan.javascript : closure-compiler-parent

Maven & Gradle

Nov 04, 2022
1 stars

Closure Compiler Parent · Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs. This distribution is slightly modified from the original for easier use with J2CL outside of Bazel by Vertispan LLC. The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced by our changes are not incorrectly blamed on the upstream Google repository.

<dependency>
    <groupId>com.vertispan.javascript</groupId>
    <artifactId>closure-compiler-parent</artifactId>
    <version>v20221102-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vertispan.javascript : closure-compiler-parent to add to Maven - Latest Versions:

  • Latest Stable: v20221102-1

All Versions

Choose a version of com.vertispan.javascript : closure-compiler-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
v20221102
closure-compiler-parent-v20221102-1
v20220502
closure-compiler-parent-v20220502-1
v20210808
closure-compiler-parent-v20210808-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.vertispan.javascript</groupId>
    <artifactId>closure-compiler-parent</artifactId>
    <version>v20221102-1</version>
</dependency>