MVN

com.gemnasium : gemnasium-maven-plugin

Maven & Gradle

Mar 23, 2023

Gemnasium Maven Plugin · The Gemnasium maven plugin helps you manage your projects dependencies with Gemnasium. Gemnasium keeps track of projects dependencies and send notifications when new versions are released or security advisories are published.

<plugin>
    <groupId>com.gemnasium</groupId>
    <artifactId>gemnasium-maven-plugin</artifactId>
    <version>0.5.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gemnasium : gemnasium-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5.1

All Versions

Choose a version of com.gemnasium : gemnasium-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
gemnasium-maven-plugin-0.5.1
gemnasium-maven-plugin-0.5.0
0.4.x
gemnasium-maven-plugin-0.4.0
0.3.x
gemnasium-maven-plugin-0.3.0
0.2.x
gemnasium-maven-plugin-0.2.0
0.1.x
gemnasium-maven-plugin-0.1.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.gemnasium</groupId>
    <artifactId>gemnasium-maven-plugin</artifactId>
    <version>0.5.1</version>
</plugin>