Files download
File Operation
closure-compiler-maven-plugin-2.23.0.jar download
closure-compiler-maven-plugin-2.23.0.pom download
closure-compiler-maven-plugin-2.23.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.blutorange</groupId>
  <artifactId>closure-compiler-maven-plugin</artifactId>
  <version>2.23.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.blutorange:closure-compiler-maven-plugin:2.23.0'
Gradle Kotlin
implementation("com.github.blutorange:closure-compiler-maven-plugin:2.23.0")
Scala SBT
libraryDependencies += "com.github.blutorange" % "closure-compiler-maven-plugin" % "2.23.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.blutorange', module='closure-compiler-maven-plugin', version='2.23.0')
)
Apache Ivy
<dependency org="com.github.blutorange" name="closure-compiler-maven-plugin" rev="2.23.0" />
Leiningen
[com.github.blutorange/closure-compiler-maven-plugin "2.23.0"]
Apache Buildr
'com.github.blutorange:closure-compiler-maven-plugin:jar:2.23.0'