is not current version
Last Version v20220601

Closure Compiler v20220301

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.

License

License

Categories

Categories

JavaScript Languages
GroupId

GroupId

com.google.javascript
ArtifactId

ArtifactId

closure-compiler
Version

Version

v20220301
Type

Type

jar
Description

Description

Closure Compiler
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.
Project URL

Project URL

https://developers.google.com/closure/compiler/
Project Organization

Project Organization

Google

Download closure-compiler v20220301


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

Dependencies

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

Project Modules

There are no modules declared in this project.