组织ID: |
com.google.code.findbugs |
项目ID: |
jsr305 |
版本: |
1.3.8 |
最后修改时间: |
2018-07-27 16:10:37 |
包类型: |
jar |
标题: |
FindBugs |
描述: |
Findbugs: Because it's easy! |
相关URL: |
http://findbugs.sourceforge.net/ |
大小: |
31.12KB |
|
Maven引入代码: |
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>1.3.8</version>
</dependency>
|
Gradle引入代码: |
com.google.code.findbugs:jsr305:1.3.8
|
下载Jar包: |
|
POM文件内容: |
<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>findbugs</artifactId>
<version>1.3.8</version>
<packaging>jar</packaging>
<url>http://findbugs.sourceforge.net/</url>
<name>FindBugs</name>
<description>Findbugs: Because it's easy!</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>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>bcel</artifactId>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jFormatString</artifactId>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-analysis</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-commons</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-util</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-tree</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-util</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-xml</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
javax.annotation.CheckForNull.class
javax.annotation.CheckForSigned.class
javax.annotation.CheckReturnValue.class
javax.annotation.Detainted.class
javax.annotation.MatchesPattern$Checker.class
javax.annotation.MatchesPattern.class
javax.annotation.Nonnegative$Checker.class
javax.annotation.Nonnegative.class
javax.annotation.Nonnull$Checker.class
javax.annotation.Nonnull.class
javax.annotation.Nullable.class
javax.annotation.OverridingMethodsMustInvokeSuper.class
javax.annotation.ParametersAreNonnullByDefault.class
javax.annotation.PropertyKey.class
javax.annotation.RegEx$Checker.class
javax.annotation.RegEx.class
javax.annotation.Signed.class
javax.annotation.Syntax.class
javax.annotation.Tainted.class
javax.annotation.Untainted.class
javax.annotation.WillClose.class
javax.annotation.WillCloseWhenClosed.class
javax.annotation.WillNotClose.class
javax.annotation.concurrent.GuardedBy.class
javax.annotation.concurrent.Immutable.class
javax.annotation.concurrent.NotThreadSafe.class
javax.annotation.concurrent.ThreadSafe.class
javax.annotation.meta.Exclusive.class
javax.annotation.meta.Exhaustive.class
javax.annotation.meta.TypeQualifier.class
javax.annotation.meta.TypeQualifierDefault.class
javax.annotation.meta.TypeQualifierNickname.class
javax.annotation.meta.TypeQualifierValidator.class
javax.annotation.meta.When.class
javax/annotation/CheckForNull.java
javax/annotation/CheckForSigned.java
javax/annotation/CheckReturnValue.java
javax/annotation/Detainted.java
javax/annotation/MatchesPattern.java
javax/annotation/Nonnegative.java
javax/annotation/Nonnull.java
javax/annotation/Nullable.java
javax/annotation/OverridingMethodsMustInvokeSuper.java
javax/annotation/ParametersAreNonnullByDefault.java
javax/annotation/PropertyKey.java
javax/annotation/RegEx.java
javax/annotation/Signed.java
javax/annotation/Syntax.java
javax/annotation/Tainted.java
javax/annotation/Untainted.java
javax/annotation/WillClose.java
javax/annotation/WillCloseWhenClosed.java
javax/annotation/WillNotClose.java
javax/annotation/concurrent/GuardedBy.java
javax/annotation/concurrent/Immutable.java
javax/annotation/concurrent/NotThreadSafe.java
javax/annotation/concurrent/ThreadSafe.java
javax/annotation/meta/Exclusive.java
javax/annotation/meta/Exhaustive.java
javax/annotation/meta/TypeQualifier.java
javax/annotation/meta/TypeQualifierDefault.java
javax/annotation/meta/TypeQualifierNickname.java
javax/annotation/meta/TypeQualifierValidator.java
javax/annotation/meta/When.java
|
依赖Jar: |
bcel-1.3.8.jar
/com.google.code.findbugs/bcel/1.3.8
查看bcel所有版本文件
jsr305-1.3.8.jar
/com.google.code.findbugs/jsr305/1.3.8
查看jsr305所有版本文件
jFormatString-1.3.8.jar
/com.google.code.findbugs/jFormatString/1.3.8
查看jFormatString所有版本文件
annotations-1.3.8.jar
/com.google.code.findbugs/annotations/1.3.8
查看annotations所有版本文件
dom4j-1.6.1.jar
/dom4j/dom4j/1.6.1
查看dom4j所有版本文件
jaxen-1.1.1.jar
/jaxen/jaxen/1.1.1
查看jaxen所有版本文件
asm-3.1.jar
/asm/asm/3.1
查看asm所有版本文件
asm-analysis-3.1.jar
/asm/asm-analysis/3.1
查看asm-analysis所有版本文件
asm-commons-3.1.jar
/asm/asm-commons/3.1
查看asm-commons所有版本文件
asm-util-3.1.jar
/asm/asm-util/3.1
查看asm-util所有版本文件
asm-tree-3.1.jar
/asm/asm-tree/3.1
查看asm-tree所有版本文件
asm-util-3.1.jar
/asm/asm-util/3.1
查看asm-util所有版本文件
asm-xml-3.1.jar
/asm/asm-xml/3.1
查看asm-xml所有版本文件
commons-lang-2.4.jar
/commons-lang/commons-lang/2.4
查看commons-lang所有版本文件
|