Jar examples for j:jsr305
support for jsr305 annotation project
You can download jar file jsr305 2.0.3 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jsr305-2.0.3.jar to your project.
<dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>2.0.3</version> </dependency>
compile group: 'com.google.code.findbugs', name: 'jsr305', version: '2.0.3'
libraryDependencies += "com.google.code.findbugs" % "jsr305" % "2.0.3"
<dependency org="com.google.code.findbugs" name="jsr305" rev="2.0.3"/>
@Grapes(@Grab(group='com.google.code.findbugs', module='jsr305', version='2.0.3'))
'com.google.code.findbugs:jsr305:jar:2.0.3'
Click the following link to download the jar file.
jsr305-2.0.3-javadoc.jar