This repository contains core utilities for building plugins for SonarQube.
In order to include the code from this repository, you'll first need to add the repository.
repositories {
maven {
url "https://dl.bintray.com/raatiniemi/maven"
}
}
And, then you need to declare it as a dependency using compile 'me.raatiniemi.sonar:core:$latestVersion'
.
Dependency examples are using Gradle, for additional dependency options you can checkout sonar-plugin-core at bintray.