Last Version

Closure Compiler Rhino v20140508

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-rhino
Version

Version

v20140508
Type

Type

jar
Description

Description

Closure Compiler Rhino
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 Organization

Project Organization

Google

Download closure-compiler-rhino v20140508


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

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.