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 1.4.0


Group ID:
com.github.mwz
Artifact ID:
sbt-sonar
Version:
1.4.0
Release Date:
Aug 16, 2018
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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