MVN

com.google.javascript : closure-compiler-gwt

Maven & Gradle

Sep 01, 2020
6.2k stars

Closure Compiler GWT App · 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>com.google.javascript</groupId>
    <artifactId>closure-compiler-gwt</artifactId>
    <version>v20200830</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.javascript : closure-compiler-gwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v20200830

All Versions

Choose a version of com.google.javascript : closure-compiler-gwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v20200830
closure-compiler-gwt-v20200830
v20200719
closure-compiler-gwt-v20200719
v20200628
closure-compiler-gwt-v20200628
v20200614
closure-compiler-gwt-v20200614
v20200517
closure-compiler-gwt-v20200517
v20200504
closure-compiler-gwt-v20200504
v20200426
closure-compiler-gwt-v20200426
v20200406
closure-compiler-gwt-v20200406
v20200315
closure-compiler-gwt-v20200315
v20200224
closure-compiler-gwt-v20200224
v20200204
closure-compiler-gwt-v20200204
v20200112
closure-compiler-gwt-v20200112
v20200101
closure-compiler-gwt-v20200101
v20191111
closure-compiler-gwt-v20191111
v20191027
closure-compiler-gwt-v20191027
v20190929
closure-compiler-gwt-v20190929
v20190909
closure-compiler-gwt-v20190909
v20190819
closure-compiler-gwt-v20190819
v20190729
closure-compiler-gwt-v20190729
v20190709
closure-compiler-gwt-v20190709
v20190618
closure-compiler-gwt-v20190618
v20190528
closure-compiler-gwt-v20190528
v20190513
closure-compiler-gwt-v20190513
v20190415
closure-compiler-gwt-v20190415
v20190325
closure-compiler-gwt-v20190325
v20190301
closure-compiler-gwt-v20190301
v20190215
closure-compiler-gwt-v20190215
v20190121
closure-compiler-gwt-v20190121
v20190106
closure-compiler-gwt-v20190106
v20181210
closure-compiler-gwt-v20181210
v20181125
closure-compiler-gwt-v20181125
v20181028
closure-compiler-gwt-v20181028

How to add a dependency to Maven

Add the following com.google.javascript : closure-compiler-gwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.javascript</groupId>
    <artifactId>closure-compiler-gwt</artifactId>
    <version>v20200830</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.javascript : closure-compiler-gwt gradle dependency to your build.gradle file:

implementation 'com.google.javascript:closure-compiler-gwt:v20200830'

Gradle Kotlin DSL: Add the following com.google.javascript : closure-compiler-gwt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.javascript:closure-compiler-gwt:v20200830")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.javascript : closure-compiler-gwt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.javascript" % "closure-compiler-gwt" % "v20200830"