i

io.wcm.tooling.spotbugs.annotations

Contains a subset of Spotbugs Annotations for suppressing warnings in code.
https://github.com/wcm-io/wcm-io-tooling/tree/develop/misc/spotbugs-annotations
文件下载
文件名 操作
io.wcm.tooling.spotbugs.annotations-1.0.0.jar 下载
io.wcm.tooling.spotbugs.annotations-1.0.0.pom 下载
io.wcm.tooling.spotbugs.annotations-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.wcm.tooling.spotbugs</groupId>
  <artifactId>io.wcm.tooling.spotbugs.annotations</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.wcm.tooling.spotbugs:io.wcm.tooling.spotbugs.annotations:1.0.0'
Gradle Kotlin
implementation("io.wcm.tooling.spotbugs:io.wcm.tooling.spotbugs.annotations:1.0.0")
Scala SBT
libraryDependencies += "io.wcm.tooling.spotbugs" % "io.wcm.tooling.spotbugs.annotations" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.wcm.tooling.spotbugs', module='io.wcm.tooling.spotbugs.annotations', version='1.0.0')
)
Apache Ivy
<dependency org="io.wcm.tooling.spotbugs" name="io.wcm.tooling.spotbugs.annotations" rev="1.0.0" />
Leiningen
[io.wcm.tooling.spotbugs/io.wcm.tooling.spotbugs.annotations "1.0.0"]
Apache Buildr
'io.wcm.tooling.spotbugs:io.wcm.tooling.spotbugs.annotations:jar:1.0.0'