Group Id com.github.spotbugs
Artifact Id spotbugs-annotations
Version 3.1.0-RC2
Packaging jar
URL -
Badge
Last Updated 2017-05-17T06:25:33+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>3.1.0-RC2</version>
</dependency>
implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '3.1.0-RC2'
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0-RC2'
implementation("com.github.spotbugs:spotbugs-annotations:3.1.0-RC2")
libraryDependencies += "com.github.spotbugs" % "spotbugs-annotations" % "3.1.0-RC2"
<dependency org="com.github.spotbugs" name="spotbugs-annotations" rev="3.1.0-RC2"/>
@Grapes(
    @Grab(group='com.github.spotbugs', module='spotbugs-annotations', version='3.1.0-RC2')
)
[com.github.spotbugs/spotbugs-annotations "3.1.0-RC2"]
'com.github.spotbugs:spotbugs-annotations:3.1.0-RC2'