Jar examples for m:maven-clean-plugin
The Maven Clean Plugin is a plugin that removes files generated at build-time in a project's directory.
You can download jar file maven-clean-plugin 3.0.0 in this page.
Apache License
You can use the following script to add maven-clean-plugin-3.0.0.jar to your project.
<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>3.0.0</version> </dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-clean-plugin', version: '3.0.0'
libraryDependencies += "org.apache.maven.plugins" % "maven-clean-plugin" % "3.0.0"
<dependency org="org.apache.maven.plugins" name="maven-clean-plugin" rev="3.0.0"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-clean-plugin', version='3.0.0'))
'org.apache.maven.plugins:maven-clean-plugin:jar:3.0.0'
Click the following link to download the jar file.
maven-clean-plugin-3.0.0-javadoc.jar