| 组织ID: |
com.github.stephenc.findbugs |
| 项目ID: |
findbugs-annotations |
| 版本: |
1.3.9-1 |
| 最后修改时间: |
2018-07-24 06:50:52 |
| 包类型: |
jar |
| 标题: |
Findbugs Annotations under Apache License |
| 描述: |
A clean room implementation of the Findbugs Annotations based entirely on the specification provided
by the javadocs and at http://findbugs.sourceforge.net/manual/annotations.html.
|
| 相关URL: |
http://stephenc.github.com/findbugs-annotations |
| 大小: |
14.96KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.stephenc.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<version>1.3.9-1</version>
</dependency>
|
| Gradle引入代码: |
com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>5</version>
</parent>
<groupId>com.github.stephenc.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<version>1.3.9-1</version>
<name>Findbugs Annotations under Apache License</name>
<description>A clean room implementation of the Findbugs Annotations based entirely on the specification provided
by the javadocs and at http://findbugs.sourceforge.net/manual/annotations.html.
</description>
<url>http://stephenc.github.com/findbugs-annotations</url>
<inceptionYear>2011</inceptionYear>
<scm>
<connection>scm:git:git://github.com/stephenc/findbugs-annotations.git</connection>
<developerConnection>scm:git:git@github.com:stephenc/findbugs-annotations.git</developerConnection>
<url>http://github.com/stephenc/findbugs-annotations/tree/master/</url>
</scm>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<issueManagement>
<system>github</system>
<url>http://github.com/stephenc/findbugs-annotations/issues</url>
</issueManagement>
<distributionManagement>
<site>
<id>github.com</id>
<url>gitsite:git@github.com/stephenc/findbugs-annotations.git</url>
</site>
</distributionManagement>
<developers>
<developer>
<id>stephenc</id>
<name>Stephen Connolly</name>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>1.3.9</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.3</version>
</extension>
<extension>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-manager-plexus</artifactId>
<version>1.3</version>
</extension>
<extension>
<groupId>org.kathrynhuxtable.maven.wagon</groupId>
<artifactId>wagon-gitsite</artifactId>
<version>0.3.1</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.2</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.7.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<properties>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</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.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.NonNull.class
edu.umd.cs.findbugs.annotations.NoWarning.class
edu.umd.cs.findbugs.annotations.Nullable.class
edu.umd.cs.findbugs.annotations.OverrideMustInvoke.class
edu.umd.cs.findbugs.annotations.PossiblyNull.class
edu.umd.cs.findbugs.annotations.Priority.class
edu.umd.cs.findbugs.annotations.ReturnValuesAreNonnullByDefault.class
edu.umd.cs.findbugs.annotations.SuppressWarnings.class
edu.umd.cs.findbugs.annotations.UnknownNullness.class
edu.umd.cs.findbugs.annotations.When.class
META-INF/maven/com.github.stephenc.findbugs/findbugs-annotations/pom.xml
META-INF/maven/com.github.stephenc.findbugs/findbugs-annotations/pom.properties
|
| 依赖Jar: |
jsr305-1.3.9.jar
/com.google.code.findbugs/jsr305/1.3.9
查看jsr305所有版本文件
junit-4.8.2.jar
/junit/junit/4.8.2
查看junit所有版本文件
|