MVN

org.treblereel.gwt.javascript : closure-compiler-main

Maven & Gradle

Apr 18, 2019
0 stars

Closure Compiler Main · 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.

<dependency>
    <groupId>org.treblereel.gwt.javascript</groupId>
    <artifactId>closure-compiler-main</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.treblereel.gwt.javascript : closure-compiler-main to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of org.treblereel.gwt.javascript : closure-compiler-main to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
closure-compiler-main-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.treblereel.gwt.javascript</groupId>
    <artifactId>closure-compiler-main</artifactId>
    <version>0.1</version>
</dependency>