Download findbugs-annotations-1.3.9-1.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 1.3.9-1 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

findbugs-annotations-1.3.9-1-javadoc.jar
findbugs-annotations-1.3.9-1-sources.jar
findbugs-annotations-1.3.9-1.jar
findbugs-annotations-1.3.9-1.pom



Related Tutorials