MVN

ru.l3r8y : oop-cop

Maven & Gradle

Jan 03, 2024
9 stars

oop-cop · The Maven plugin for checking class mutability within your project

<plugin>
    <groupId>ru.l3r8y</groupId>
    <artifactId>oop-cop</artifactId>
    <version>0.2.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.l3r8y : oop-cop to add to Maven - Latest Versions:

  • Latest Stable: 0.2.6

All Versions

Choose a version of ru.l3r8y : oop-cop to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
oop-cop-0.2.6
0.1.x
oop-cop-0.1.6

How to add a plugin to Maven

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

<plugin>
    <groupId>ru.l3r8y</groupId>
    <artifactId>oop-cop</artifactId>
    <version>0.2.6</version>
</plugin>

Advertisement