MVN

com.github.stephenc.continuous : dependency-version-maven-plugin

Maven & Gradle

Jan 08, 2021
2 stars

Dependency Version Maven Plugin · A plugin that sets properties to the resolved versions of project dependencies.

<plugin>
    <groupId>com.github.stephenc.continuous</groupId>
    <artifactId>dependency-version-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stephenc.continuous : dependency-version-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.github.stephenc.continuous : dependency-version-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
dependency-version-maven-plugin-1.1

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.stephenc.continuous</groupId>
    <artifactId>dependency-version-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>