License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdcom.google.javascript |
ArtifactId | ArtifactIdclosure-compiler |
Last Version | Last Versionv20220601 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionClosure 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 |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.google.javascript/closure-compiler/ -->
<dependency>
<groupId>com.google.javascript</groupId>
<artifactId>closure-compiler</artifactId>
<version>v20220601</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.javascript/closure-compiler/
implementation 'com.google.javascript:closure-compiler:v20220601'
// https://jarcasting.com/artifacts/com.google.javascript/closure-compiler/
implementation ("com.google.javascript:closure-compiler:v20220601")
'com.google.javascript:closure-compiler:jar:v20220601'
<dependency org="com.google.javascript" name="closure-compiler" rev="v20220601">
<artifact name="closure-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.javascript', module='closure-compiler', version='v20220601')
)
libraryDependencies += "com.google.javascript" % "closure-compiler" % "v20220601"
[com.google.javascript/closure-compiler "v20220601"]