Maven Repository - POM file for Testing Coding Style annotations 2.0.0 2.0.0

Summary

FindBugs-Annotations.

Annotation supports the FindBugs tool.

Declaration

Here is the list of declaration for annotations. 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>annotations</artifactId>
   <version>2.0.0</version>
</dependency>

If you think this Maven repository POM file listing for annotations 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 annotations-2.0.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Networkservo-core 0.4.32
servo-core developed by Netflix
38
Networkservo-core 0.4.44
servo-core developed by Netflix
43
Networkservo-core 0.4.36
servo-core developed by Netflix
37
Networkservo-core 0.7.4
servo-core developed by Netflix
59
Testing Coding Stylefindbugs 2.0.0
Findbugs: Because it's easy!
5
Networkpytheas-core 1.11
pytheas-core developed by Netflix
12
Networkservo-core 0.4.27
servo-core developed by Netflix
38
Networkservo-core 0.7.7
servo-core developed by Netflix
6
Networkservo-core 0.5.5
servo-core developed by Netflix
5
Networkservo-core 0.4.20
servo-core developed by Netflix
12
Networkarchaius-core 0.5.12
archaius-core developed by Netflix
104
Networkarchaius-core 0.6.0
archaius-core developed by Netflix
21
Networkarchaius-core 0.5.11
archaius-core developed by Netflix
23
Networkarchaius-core 0.5.15
archaius-core developed by Netflix
6
Networknetflix-statistics 0.1.1
netflix-statistics developed by Netflix
33
Networkservo-core 0.7.5
servo-core developed by Netflix
10




Packages

The following packages are defined in the annotations-2.0.0.jar

edu.umd.cs.findbugs.annotations
javax.annotation
javax.annotation.concurrent
javax.annotation.meta
net.jcip.annotations

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.google.code.findbugs</groupId>
  <artifactId>annotations</artifactId>
  <version>2.0.0</version>
  <packaging>jar</packaging>
  <url>http://findbugs.sourceforge.net/</url>
  <name>FindBugs-Annotations</name>
  <description>Annotation supports the FindBugs tool</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>