Maven Repository - POM file for Development jsr305 1.3.2 1.3.2

Summary

jsr305.

support for jsr305 annotation project.

Declaration

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>net.sourceforge.findbugs</groupId>
   <artifactId>jsr305</artifactId>
   <version>1.3.2</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.

License

Name:GNU Lesser Public License
URL: http://www.gnu.org/licenses/lgpl.html.

Depended by

The following table lists the most popular artifacts which are depending on jsr305-1.3.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Businessquerydsl-core 2.3.0
core module for querydsl
13




Packages

The following packages are defined in the jsr305-1.3.2.jar

javax.annotation
javax.annotation.meta

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.sourceforge.findbugs</groupId>
  <artifactId>jsr305</artifactId>
  <version>1.3.2</version>
  <packaging>jar</packaging>
  <url>http://findbugs.sourceforge.net/</url>
  <name>jsr305</name>
  <description>support for jsr305 annotation project</description>
  <licenses>
    <license>
      <name>GNU Lesser Public License</name>
      <url>http://www.gnu.org/licenses/lgpl.html</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>