Download jsr305-2.0.2.jar file - Jar j

Jar examples for j:jsr305

Description

support for jsr305 annotation project

You can download jar file jsr305 2.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jsr305-2.0.2.jar to your project.

<dependency>
   <groupId>com.google.code.findbugs</groupId>
   <artifactId>jsr305</artifactId>
   <version>2.0.2</version>
</dependency>
compile group: 'com.google.code.findbugs', name: 'jsr305', version: '2.0.2'
libraryDependencies += "com.google.code.findbugs" % "jsr305" % "2.0.2"
<dependency org="com.google.code.findbugs" name="jsr305" rev="2.0.2"/>
@Grapes(@Grab(group='com.google.code.findbugs', module='jsr305', version='2.0.2'))
'com.google.code.findbugs:jsr305:jar:2.0.2'

Download

Click the following link to download the jar file.

jsr305-2.0.2.jar
jsr305-2.0.2.pom



Related Tutorials