a

annotations

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