c

clean-maven-plugin

Cleans up generated build artifacts.
文件下载
文件名 操作
clean-maven-plugin-1.0-rc-5-kohsuke-1.jar 下载
clean-maven-plugin-1.0-rc-5-kohsuke-1.pom 下载
clean-maven-plugin-1.0-rc-5-kohsuke-1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy.maven.examples</groupId>
  <artifactId>clean-maven-plugin</artifactId>
  <version>1.0-rc-5-kohsuke-1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy.maven.examples:clean-maven-plugin:1.0-rc-5-kohsuke-1'
Gradle Kotlin
implementation("org.codehaus.groovy.maven.examples:clean-maven-plugin:1.0-rc-5-kohsuke-1")
Scala SBT
libraryDependencies += "org.codehaus.groovy.maven.examples" % "clean-maven-plugin" % "1.0-rc-5-kohsuke-1"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy.maven.examples', module='clean-maven-plugin', version='1.0-rc-5-kohsuke-1')
)
Apache Ivy
<dependency org="org.codehaus.groovy.maven.examples" name="clean-maven-plugin" rev="1.0-rc-5-kohsuke-1" />
Leiningen
[org.codehaus.groovy.maven.examples/clean-maven-plugin "1.0-rc-5-kohsuke-1"]
Apache Buildr
'org.codehaus.groovy.maven.examples:clean-maven-plugin:jar:1.0-rc-5-kohsuke-1'