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