Jar examples for v:versions-maven-plugin
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
versions-maven-plugin-1.2-javadoc.jar