f

forbiddenapis

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