sonar-scala / sbt-sonar   2.3.0

Apache License 2.0 Website GitHub

An sbt plugin which provides an easy way to integrate Scala projects with SonarQube.

Scala versions: 2.12 2.10
sbt plugins: 1.x 0.13

sbt-sonar 2.1.1


Group ID:
com.github.mwz
Artifact ID:
sbt-sonar
Version:
2.1.1
Release Date:
Apr 25, 2020
Licenses:
Files:

libraryDependencies += "com.github.mwz" % "sbt-sonar" % "2.1.1"

Mill build tool

ivy"com.github.mwz:sbt-sonar:2.1.1"

Scala CLI

//> using dep "com.github.mwz:sbt-sonar:2.1.1"

Ammonite REPL

import $ivy.`com.github.mwz:sbt-sonar:2.1.1`

<dependency>
  <groupId>com.github.mwz</groupId>
  <artifactId>sbt-sonar</artifactId>
  <version>2.1.1</version>
</dependency>

compile group: 'com.github.mwz', name: 'sbt-sonar', version: '2.1.1'