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