sbt-findbugs 2.0.0


Group ID:
com.github.sbt
Artifact ID:
sbt-findbugs
Version:
2.0.0
Release Date:
Oct 2, 2017
Licenses:
Files:

libraryDependencies += "com.github.sbt" % "sbt-findbugs" % "2.0.0"

Mill build tool

ivy"com.github.sbt:sbt-findbugs:2.0.0"

Scala CLI

//> using dep "com.github.sbt:sbt-findbugs:2.0.0"

Ammonite REPL

import $ivy.`com.github.sbt:sbt-findbugs:2.0.0`

<dependency>
  <groupId>com.github.sbt</groupId>
  <artifactId>sbt-findbugs</artifactId>
  <version>2.0.0</version>
</dependency>

compile group: 'com.github.sbt', name: 'sbt-findbugs', version: '2.0.0'