Group Id com.google.code.findbugs
Artifact Id findbugs-annotations
Version 3.0.1
Packaging jar
URL -
Badge
Last Updated 2015-12-26T03:15:58+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.google.code.findbugs</groupId>
    <artifactId>findbugs-annotations</artifactId>
    <version>3.0.1</version>
</dependency>
implementation group: 'com.google.code.findbugs', name: 'findbugs-annotations', version: '3.0.1'
implementation 'com.google.code.findbugs:findbugs-annotations:3.0.1'
implementation("com.google.code.findbugs:findbugs-annotations:3.0.1")
libraryDependencies += "com.google.code.findbugs" % "findbugs-annotations" % "3.0.1"
<dependency org="com.google.code.findbugs" name="findbugs-annotations" rev="3.0.1"/>
@Grapes(
    @Grab(group='com.google.code.findbugs', module='findbugs-annotations', version='3.0.1')
)
[com.google.code.findbugs/findbugs-annotations "3.0.1"]
'com.google.code.findbugs:findbugs-annotations:3.0.1'