文件下载
文件名 操作
spotbugs-annotations-4.8.2.jar 下载
spotbugs-annotations-4.8.2.pom 下载
spotbugs-annotations-4.8.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.spotbugs</groupId>
  <artifactId>spotbugs-annotations</artifactId>
  <version>4.8.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.spotbugs:spotbugs-annotations:4.8.2'
Gradle Kotlin
implementation("com.github.spotbugs:spotbugs-annotations:4.8.2")
Scala SBT
libraryDependencies += "com.github.spotbugs" % "spotbugs-annotations" % "4.8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spotbugs', module='spotbugs-annotations', version='4.8.2')
)
Apache Ivy
<dependency org="com.github.spotbugs" name="spotbugs-annotations" rev="4.8.2" />
Leiningen
[com.github.spotbugs/spotbugs-annotations "4.8.2"]
Apache Buildr
'com.github.spotbugs:spotbugs-annotations:jar:4.8.2'
本项目依赖