MVN

io.github.jagodevreede : repository-cleaner

Maven & Gradle

Jul 10, 2023
0 stars

SemVer check Maven Plugin · This maven plugin allows you to check (or determine) the next version of your module, based on the rules of Semantic Versioning.

<plugin>
    <groupId>io.github.jagodevreede</groupId>
    <artifactId>repository-cleaner</artifactId>
    <version>0.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jagodevreede : repository-cleaner to add to Maven - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of io.github.jagodevreede : repository-cleaner to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
repository-cleaner-0.0.2
repository-cleaner-0.0.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>io.github.jagodevreede</groupId>
    <artifactId>repository-cleaner</artifactId>
    <version>0.0.2</version>
</plugin>