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