Download forbiddenapis-2.4.1.jar file - Jar f

Jar examples for f:forbiddenapis

Description

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.4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add forbiddenapis-2.4.1.jar to your project.

<dependency>
   <groupId>de.thetaphi</groupId>
   <artifactId>forbiddenapis</artifactId>
   <version>2.4.1</version>
</dependency>
compile group: 'de.thetaphi', name: 'forbiddenapis', version: '2.4.1'
libraryDependencies += "de.thetaphi" % "forbiddenapis" % "2.4.1"
<dependency org="de.thetaphi" name="forbiddenapis" rev="2.4.1"/>
@Grapes(@Grab(group='de.thetaphi', module='forbiddenapis', version='2.4.1'))
'de.thetaphi:forbiddenapis:jar:2.4.1'

Download

Click the following link to download the jar file.

forbiddenapis-2.4.1-sources.jar
forbiddenapis-2.4.1.jar
forbiddenapis-2.4.1.pom



Related Tutorials