Download findbugs-annotations-2.0.0.jar file - Jar f

Jar examples for f:findbugs-annotations

Description

A clean room implementation of the Findbugs Annotations based entirely on the specification provided by the javadocs and at http://findbugs.sourceforge.net/manual/annotations.html.

You can download jar file findbugs-annotations 2.0.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add findbugs-annotations-2.0.0.jar to your project.

<dependency>
   <groupId>com.nesscomputing.testing</groupId>
   <artifactId>findbugs-annotations</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.nesscomputing.testing', name: 'findbugs-annotations', version: '2.0.0'
libraryDependencies += "com.nesscomputing.testing" % "findbugs-annotations" % "2.0.0"
<dependency org="com.nesscomputing.testing" name="findbugs-annotations" rev="2.0.0"/>
@Grapes(@Grab(group='com.nesscomputing.testing', module='findbugs-annotations', version='2.0.0'))
'com.nesscomputing.testing:findbugs-annotations:jar:2.0.0'

Download

Click the following link to download the jar file.

findbugs-annotations-2.0.0-javadoc.jar
findbugs-annotations-2.0.0-sources.jar
findbugs-annotations-2.0.0-tests.jar
findbugs-annotations-2.0.0.jar
findbugs-annotations-2.0.0.pom



Related Tutorials