Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.blutorange</groupId>
  <artifactId>closure-compiler-maven-plugin</artifactId>
  <version>2.30.0</version>
  <type>maven-plugin</type>
</dependency>

Apache Ivy

<dependency org="com.github.blutorange" name="closure-compiler-maven-plugin" rev="2.30.0">
  <artifact name="closure-compiler-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.blutorange', module='closure-compiler-maven-plugin', version='2.30.0')
)

Gradle/Grails

implementation 'com.github.blutorange:closure-compiler-maven-plugin:2.30.0'

Scala SBT

libraryDependencies += "com.github.blutorange" % "closure-compiler-maven-plugin" % "2.30.0"

Leiningen

[com.github.blutorange/closure-compiler-maven-plugin "2.30.0"]