v

versions-maven-plugin

Versions Plugin for Maven 2. The Versions Plugin updates the versions of components in the POM.
The Apache Software License, Version 2.0
Stephen Connolly Paul Gier Arnaud Heritier
Files download
File Operation
versions-maven-plugin-2.1.jar download
versions-maven-plugin-2.1.pom download
versions-maven-plugin-2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>versions-maven-plugin</artifactId>
  <version>2.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.mojo:versions-maven-plugin:2.1'
Gradle Kotlin
implementation("org.codehaus.mojo:versions-maven-plugin:2.1")
Scala SBT
libraryDependencies += "org.codehaus.mojo" % "versions-maven-plugin" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.mojo', module='versions-maven-plugin', version='2.1')
)
Apache Ivy
<dependency org="org.codehaus.mojo" name="versions-maven-plugin" rev="2.1" />
Leiningen
[org.codehaus.mojo/versions-maven-plugin "2.1"]
Apache Buildr
'org.codehaus.mojo:versions-maven-plugin:jar:2.1'