MVN

de.thetaphi : forbiddenapis

Maven & Gradle

Mar 30, 2023
16 usages
298 stars

Policeman's Forbidden API Checker · Allows to parse Java byte code to find invocations of method/class/field signatures and fail build (Apache Ant, Apache Maven, Gradle, or CLI)

<plugin>
    <groupId>de.thetaphi</groupId>
    <artifactId>forbiddenapis</artifactId>
    <version>3.5.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.thetaphi : forbiddenapis to add to Maven - Latest Versions:

  • Latest Stable: 3.5.1

All Versions

Choose a version of de.thetaphi : forbiddenapis to add to Maven - All Versions:

Version Vulnerabilities Updated
3.5.x
forbiddenapis-3.5.1
3.5
forbiddenapis-3.5
3.4
forbiddenapis-3.4
3.3
forbiddenapis-3.3
3.2
forbiddenapis-3.2
3.1
forbiddenapis-3.1
3.0.x
forbiddenapis-3.0.1
3.0
forbiddenapis-3.0
2.7
forbiddenapis-2.7
2.6
forbiddenapis-2.6
2.5
forbiddenapis-2.5
2.4.x
forbiddenapis-2.4.1
2.4
forbiddenapis-2.4
2.3
forbiddenapis-2.3
2.2
forbiddenapis-2.2
2.1
forbiddenapis-2.1
2.0
forbiddenapis-2.0
1.8
forbiddenapis-1.8
1.7
forbiddenapis-1.7
1.6.x
forbiddenapis-1.6.1
1.6
forbiddenapis-1.6
1.5.x
forbiddenapis-1.5.1
1.5
forbiddenapis-1.5
1.4.x
forbiddenapis-1.4.1
1.4
forbiddenapis-1.4
1.3
forbiddenapis-1.3
1.2
forbiddenapis-1.2
1.1
forbiddenapis-1.1
1.0
forbiddenapis-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>de.thetaphi</groupId>
    <artifactId>forbiddenapis</artifactId>
    <version>3.5.1</version>
</plugin>

Advertisement