f

forbiddenapis

Allows to parse Java byte code to find invocations of method/class/field signatures and fail build (Apache Ant, Apache Maven, Gradle, or CLI)
https://github.com/policeman-tools/forbidden-apis
The Apache Software License, Version 2.0
Uwe Schindler Robert Muir
文件下载
文件名 操作
forbiddenapis-3.8.jar 下载
forbiddenapis-3.8.pom 下载
forbiddenapis-3.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.thetaphi</groupId>
  <artifactId>forbiddenapis</artifactId>
  <version>3.8</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'de.thetaphi:forbiddenapis:3.8'
Gradle Kotlin
implementation("de.thetaphi:forbiddenapis:3.8")
Scala SBT
libraryDependencies += "de.thetaphi" % "forbiddenapis" % "3.8"
Groovy Grape
@Grapes(
  @Grab(group='de.thetaphi', module='forbiddenapis', version='3.8')
)
Apache Ivy
<dependency org="de.thetaphi" name="forbiddenapis" rev="3.8" />
Leiningen
[de.thetaphi/forbiddenapis "3.8"]
Apache Buildr
'de.thetaphi:forbiddenapis:jar:3.8'