组织ID: |
com.github.spotbugs |
项目ID: |
spotbugs-annotations |
版本: |
3.1.5 |
最后修改时间: |
2018-08-03 13:29:25 |
包类型: |
jar |
标题: |
SpotBugs Annotations |
描述: |
Annotations the SpotBugs tool supports |
相关URL: |
https://spotbugs.github.io/ |
大小: |
14.76KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>3.1.5</version>
</dependency>
|
Gradle引入代码: |
com.github.spotbugs:spotbugs-annotations:3.1.5
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>3.1.5</version>
<name>SpotBugs Annotations</name>
<description>Annotations the SpotBugs tool supports</description>
<url>https://spotbugs.github.io/</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1</name>
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html</url>
</license>
</licenses>
<developers>
<developer>
<id>jsotuyod</id>
<name>Juan Mart铆n Sotuyo Dodero</name>
<url>https://github.com/jsotuyod</url>
<timezone>-3</timezone>
</developer>
<developer>
<id>mebigfatguy</id>
<name>Dave Brosius</name>
<email>dbrosius@mebigfatguy.com</email>
<url>http://www.jroller.com/dbrosius/</url>
<timezone>-5</timezone>
</developer>
<developer>
<id>henrik242</id>
<url>https://github.com/henrik242</url>
</developer>
<developer>
<id>KengoTODA</id>
<name>Kengo TODA</name>
<email>skypencil@gmail.com</email>
<url>https://github.com/KengoTODA/</url>
<timezone>+8</timezone>
</developer>
<developer>
<id>iloveeclipse</id>
<name>Andrey Loskutov</name>
<email>loskutov@gmx.de</email>
<url>https://plus.google.com/+AndreyLoskutov</url>
<timezone>+2</timezone>
</developer>
<developer>
<id>ThrawnCA</id>
<url>https://github.com/ThrawnCA</url>
</developer>
<developer>
<id>sewe</id>
<name>Andreas Sewe</name>
<email>andreas.sewe@codetrails.com</email>
<url>https://github.com/sewe</url>
<timezone>+1</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:spotbugs/spotbugs.git</connection>
<developerConnection>scm:git:git@github.com:spotbugs/spotbugs.git</developerConnection>
<url>https://github.com/spotbugs/spotbugs/</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
edu.umd.cs.findbugs.annotations.CheckForNull.class
edu.umd.cs.findbugs.annotations.CheckReturnValue.class
edu.umd.cs.findbugs.annotations.Priority.class
edu.umd.cs.findbugs.annotations.Confidence.class
edu.umd.cs.findbugs.annotations.CleanupObligation.class
edu.umd.cs.findbugs.annotations.CreatesObligation.class
edu.umd.cs.findbugs.annotations.DefaultAnnotation.class
edu.umd.cs.findbugs.annotations.DefaultAnnotationForFields.class
edu.umd.cs.findbugs.annotations.DefaultAnnotationForMethods.class
edu.umd.cs.findbugs.annotations.DefaultAnnotationForParameters.class
edu.umd.cs.findbugs.annotations.DesireNoWarning.class
edu.umd.cs.findbugs.annotations.DesireWarning.class
edu.umd.cs.findbugs.annotations.DischargesObligation.class
edu.umd.cs.findbugs.annotations.ExpectWarning.class
edu.umd.cs.findbugs.annotations.NoWarning.class
edu.umd.cs.findbugs.annotations.NonNull.class
edu.umd.cs.findbugs.annotations.Nullable.class
edu.umd.cs.findbugs.annotations.OverrideMustInvoke.class
edu.umd.cs.findbugs.annotations.When.class
edu.umd.cs.findbugs.annotations.PossiblyNull.class
edu.umd.cs.findbugs.annotations.ReturnValuesAreNonnullByDefault.class
edu.umd.cs.findbugs.annotations.SuppressFBWarnings.class
edu.umd.cs.findbugs.annotations.SuppressWarnings.class
edu.umd.cs.findbugs.annotations.UnknownNullness.class
|
依赖Jar: |
jsr305-3.0.2.jar
/com.google.code.findbugs/jsr305/3.0.2
查看jsr305所有版本文件
|