Download versions-maven-plugin-1.2.jar file - Jar v

Jar examples for v:versions-maven-plugin

Description

Versions Plugin for Maven 2. The Versions Plugin updates the versions of components in the POM.

You can download jar file versions-maven-plugin 1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add versions-maven-plugin-1.2.jar to your project.

<dependency>
   <groupId>org.codehaus.mojo</groupId>
   <artifactId>versions-maven-plugin</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'org.codehaus.mojo', name: 'versions-maven-plugin', version: '1.2'
libraryDependencies += "org.codehaus.mojo" % "versions-maven-plugin" % "1.2"
<dependency org="org.codehaus.mojo" name="versions-maven-plugin" rev="1.2"/>
@Grapes(@Grab(group='org.codehaus.mojo', module='versions-maven-plugin', version='1.2'))
'org.codehaus.mojo:versions-maven-plugin:jar:1.2'

Download

Click the following link to download the jar file.

versions-maven-plugin-1.2-javadoc.jar
versions-maven-plugin-1.2-sources.jar
versions-maven-plugin-1.2.jar
versions-maven-plugin-1.2.pom



Related Tutorials