a

annotations

Annotation supports the FindBugs tool
http://findbugs.sf.net
文件下载
文件名 操作
annotations-1.1.1.jar 下载
annotations-1.1.1.pom 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.findbugs</groupId>
  <artifactId>annotations</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.findbugs:annotations:1.1.1'
Gradle Kotlin
implementation("net.sourceforge.findbugs:annotations:1.1.1")
Scala SBT
libraryDependencies += "net.sourceforge.findbugs" % "annotations" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.findbugs', module='annotations', version='1.1.1')
)
Apache Ivy
<dependency org="net.sourceforge.findbugs" name="annotations" rev="1.1.1" />
Leiningen
[net.sourceforge.findbugs/annotations "1.1.1"]
Apache Buildr
'net.sourceforge.findbugs:annotations:jar:1.1.1'
本项目依赖
该项目无第三方依赖