Download maven-antrun-plugin-1.1.jar file - Jar m

Jar examples for m:maven-antrun-plugin

Description

Runs ant scripts embedded in the POM

You can download jar file maven-antrun-plugin 1.1 in this page.

License

Apache License

Build File

You can use the following script to add maven-antrun-plugin-1.1.jar to your project.

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

Download

Click the following link to download the jar file.

maven-antrun-plugin-1.1-javadoc.jar
maven-antrun-plugin-1.1-sources.jar
maven-antrun-plugin-1.1.jar
maven-antrun-plugin-1.1.pom



Related Tutorials