a

annotations

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