Jar examples for 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)
You can download jar file forbiddenapis 2.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add forbiddenapis-2.2.jar to your project.
<dependency> <groupId>de.thetaphi</groupId> <artifactId>forbiddenapis</artifactId> <version>2.2</version> </dependency>
compile group: 'de.thetaphi', name: 'forbiddenapis', version: '2.2'
libraryDependencies += "de.thetaphi" % "forbiddenapis" % "2.2"
<dependency org="de.thetaphi" name="forbiddenapis" rev="2.2"/>
@Grapes(@Grab(group='de.thetaphi', module='forbiddenapis', version='2.2'))
'de.thetaphi:forbiddenapis:jar:2.2'
Click the following link to download the jar file.
forbiddenapis-2.2-sources.jar