Dependency Information
Apache Maven
<dependency>
<groupId>com.github.blutorange</groupId>
<artifactId>closure-compiler-maven-plugin</artifactId>
<version>2.32.0-SNAPSHOT</version>
<type>maven-plugin</type>
</dependency>
Apache Ivy
<dependency org="com.github.blutorange" name="closure-compiler-maven-plugin" rev="2.32.0-SNAPSHOT">
<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.32.0-SNAPSHOT')
)
Gradle/Grails
implementation 'com.github.blutorange:closure-compiler-maven-plugin:2.32.0-SNAPSHOT'
Scala SBT
libraryDependencies += "com.github.blutorange" % "closure-compiler-maven-plugin" % "2.32.0-SNAPSHOT"
Leiningen
[com.github.blutorange/closure-compiler-maven-plugin "2.32.0-SNAPSHOT"]