Download maven-clean-plugin-2.6.1.jar file - Jar m

Jar examples for m:maven-clean-plugin

Description

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 2.6.1 in this page.

License

Apache License

Build File

You can use the following script to add maven-clean-plugin-2.6.1.jar to your project.

<dependency>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-clean-plugin</artifactId>
   <version>2.6.1</version>
</dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-clean-plugin', version: '2.6.1'
libraryDependencies += "org.apache.maven.plugins" % "maven-clean-plugin" % "2.6.1"
<dependency org="org.apache.maven.plugins" name="maven-clean-plugin" rev="2.6.1"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-clean-plugin', version='2.6.1'))
'org.apache.maven.plugins:maven-clean-plugin:jar:2.6.1'

Download

Click the following link to download the jar file.

maven-clean-plugin-2.6.1-javadoc.jar
maven-clean-plugin-2.6.1-sources.jar
maven-clean-plugin-2.6.1.jar
maven-clean-plugin-2.6.1.pom



Related Tutorials