c

closure-compiler-parent

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. This distribution is slightly modified from the original for easier use with J2CL outside of Bazel by Vertispan LLC. The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced by our changes are not incorrectly blamed on the upstream Google repository.
https://github.com/vertispan/closure-compiler/
The Apache Software License, Version 2.0
Closure Compiler Authors Colin Alworth
Files download
File Operation
closure-compiler-parent-v20230411-1.pom download
Apache Maven
<dependency>
  <groupId>com.vertispan.javascript</groupId>
  <artifactId>closure-compiler-parent</artifactId>
  <version>v20230411-1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.vertispan.javascript:closure-compiler-parent:v20230411-1'
Gradle Kotlin
implementation("com.vertispan.javascript:closure-compiler-parent:v20230411-1")
Scala SBT
libraryDependencies += "com.vertispan.javascript" % "closure-compiler-parent" % "v20230411-1"
Groovy Grape
@Grapes(
  @Grab(group='com.vertispan.javascript', module='closure-compiler-parent', version='v20230411-1')
)
Apache Ivy
<dependency org="com.vertispan.javascript" name="closure-compiler-parent" rev="v20230411-1" />
Leiningen
[com.vertispan.javascript/closure-compiler-parent "v20230411-1"]
Apache Buildr
'com.vertispan.javascript:closure-compiler-parent:jar:v20230411-1'