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 0.3.0


Group ID:
com.github.mwz
Artifact ID:
sbt-sonar
Version:
0.3.0
Release Date:
Jan 2, 2017
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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