s

sonar-bitbucket-plugin

Integration between Bitbucket and SonarQube
https://github.com/teacurran/sonar-bitbucket
GNU LGPL 3
SonarSource
Julien Henry Terrence Curran
Files download
File Operation
sonar-bitbucket-plugin-1.0.jar download
sonar-bitbucket-plugin-1.0.pom download
sonar-bitbucket-plugin-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.wirelust.sonar.plugins.bitbucket</groupId>
  <artifactId>sonar-bitbucket-plugin</artifactId>
  <version>1.0</version>
  <type>sonar-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.wirelust.sonar.plugins.bitbucket:sonar-bitbucket-plugin:1.0'
Gradle Kotlin
implementation("com.wirelust.sonar.plugins.bitbucket:sonar-bitbucket-plugin:1.0")
Scala SBT
libraryDependencies += "com.wirelust.sonar.plugins.bitbucket" % "sonar-bitbucket-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.wirelust.sonar.plugins.bitbucket', module='sonar-bitbucket-plugin', version='1.0')
)
Apache Ivy
<dependency org="com.wirelust.sonar.plugins.bitbucket" name="sonar-bitbucket-plugin" rev="1.0" />
Leiningen
[com.wirelust.sonar.plugins.bitbucket/sonar-bitbucket-plugin "1.0"]
Apache Buildr
'com.wirelust.sonar.plugins.bitbucket:sonar-bitbucket-plugin:jar:1.0'