Group Id com.github.spotbugs
Artifact Id spotbugs-annotations
Version 4.0.0-RC1
Packaging jar
URL -
Badge
Last Updated 2020-01-19T19:56:03+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.github.spotbugs</groupId>
    <artifactId>spotbugs-annotations</artifactId>
    <version>4.0.0-RC1</version>
</dependency>
implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.0.0-RC1'
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.0-RC1'
implementation("com.github.spotbugs:spotbugs-annotations:4.0.0-RC1")
libraryDependencies += "com.github.spotbugs" % "spotbugs-annotations" % "4.0.0-RC1"
<dependency org="com.github.spotbugs" name="spotbugs-annotations" rev="4.0.0-RC1"/>
@Grapes(
    @Grab(group='com.github.spotbugs', module='spotbugs-annotations', version='4.0.0-RC1')
)
[com.github.spotbugs/spotbugs-annotations "4.0.0-RC1"]
'com.github.spotbugs:spotbugs-annotations:4.0.0-RC1'