MVN

org.sonarsource.github : sonar-github-plugin

Maven & Gradle

Nov 07, 2017
75 stars

SonarQube :: GitHub Plugin · Provide some integration between GitHub and SonarQube

<dependency>
    <groupId>org.sonarsource.github</groupId>
    <artifactId>sonar-github-plugin</artifactId>
    <version>1.4.2.1027</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonarsource.github : sonar-github-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2.1027

All Versions

Choose a version of org.sonarsource.github : sonar-github-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
sonar-github-plugin-1.4.2.1027
sonar-github-plugin-1.4.1.822
sonar-github-plugin-1.4.0.699

How to add a dependency to Maven

Add the following org.sonarsource.github : sonar-github-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonarsource.github</groupId>
    <artifactId>sonar-github-plugin</artifactId>
    <version>1.4.2.1027</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonarsource.github : sonar-github-plugin gradle dependency to your build.gradle file:

implementation 'org.sonarsource.github:sonar-github-plugin:1.4.2.1027'

Gradle Kotlin DSL: Add the following org.sonarsource.github : sonar-github-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonarsource.github:sonar-github-plugin:1.4.2.1027")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonarsource.github : sonar-github-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonarsource.github" % "sonar-github-plugin" % "1.4.2.1027"

Advertisement