MVN

com.github.lucapino : versions-list-maven-plugin

Maven & Gradle

May 22, 2020
1 stars

Maven Version List Plugin · Maven plugin for retrieving the version list of an artifact

<plugin>
    <groupId>com.github.lucapino</groupId>
    <artifactId>versions-list-maven-plugin</artifactId>
    <version>2.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lucapino : versions-list-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.github.lucapino : versions-list-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
versions-list-maven-plugin-2.1.0
2.0.x
versions-list-maven-plugin-2.0.0
1.0.x
versions-list-maven-plugin-1.0.1
versions-list-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.lucapino</groupId>
    <artifactId>versions-list-maven-plugin</artifactId>
    <version>2.1.0</version>
</plugin>