FindBugs-jsr305.
JSR305 Annotations for Findbugs.
Here is the list of declaration for jsr305. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>2.0.1</version> </dependency>
If you think this Maven repository POM file listing for jsr305 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following table lists the most popular artifacts which are depending on jsr305-2.0.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Service | ads-lib 1.35.0 Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis... | 5 |
Servlet | simple-session-filter 0.4 A simple servlet filter for implementing custom session management | 23 |
GWT | gwt-webpoller 0.8 GWT WebPoller Library | 22 |
Web Service | ads-lib 1.36.0 Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis... | 5 |
Library | io7m-jaux 2.3.0 Auxiliary library | 8 |
GWT | gwt-property-source 0.2 GWT Property Source Library: Programmatic access to compile time configuration values | 31 |
Testing Coding Style | findbugs 2.0.3 Findbugs: Because it's easy! | 21 |
Development | io7m-jspatial-core 2.0.0 Common API code | 5 |
Web Service | ads-lib 1.35.1 Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis... | 5 |
Build | maven-assembly-plugin 2.4.1 A Maven plugin to create archives of your project's sources, classes, dependencies etc. from flexible assembly descriptors. | 24 |
Servlet | simple-session-filter 0.2 A simple servlet filter for implementing custom session management | 13 |
Web Framework | truth 0.23 Relocates org.truth0:truth to com.google.truth:truth. See http://maven.apache.org/guides/mini/guide-relocation.html | 5 |
The following packages are defined in the jsr305-2.0.1.jar
javax.annotation javax.annotation.concurrent javax.annotation.meta
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>2.0.1</version> <packaging>jar</packaging> <url>http://findbugs.sourceforge.net/</url> <name>FindBugs-jsr305</name> <description>JSR305 Annotations for Findbugs</description> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:svn:http://findbugs.googlecode.com/svn/trunk/</connection> <developerConnection>scm:svn:https://findbugs.googlecode.com/svn/trunk/</developerConnection> <url>http://findbugs.googlecode.com/svn/trunk/</url> </scm> </project>