MVN

org.apache.marmotta : repocheck-maven-plugin

Maven & Gradle

Jun 12, 2018

Repository Plugin · Check which repository contains which dependencies

<plugin>
    <groupId>org.apache.marmotta</groupId>
    <artifactId>repocheck-maven-plugin</artifactId>
    <version>3.4.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.marmotta : repocheck-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.4.0

All Versions

Choose a version of org.apache.marmotta : repocheck-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.4.x
repocheck-maven-plugin-3.4.0
3.3.x
repocheck-maven-plugin-3.3.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>org.apache.marmotta</groupId>
    <artifactId>repocheck-maven-plugin</artifactId>
    <version>3.4.0</version>
</plugin>