MVN

org.sonarsource.scm.git : sonar-scm-git-plugin

Maven & Gradle

May 13, 2022
13 usages
15 stars

SonarQube :: Plugins :: SCM :: Git · Git SCM Provider for SonarQube

<dependency>
    <groupId>org.sonarsource.scm.git</groupId>
    <artifactId>sonar-scm-git-plugin</artifactId>
    <version>1.10.0.1898</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.10.0.1898

All Versions

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

Version Vulnerabilities Updated
1.12.x
sonar-scm-git-plugin-1.12.1.2064
1.11.x
sonar-scm-git-plugin-1.11.1.2008
sonar-scm-git-plugin-1.11.0.11
1.10.x
sonar-scm-git-plugin-1.10.0.1898
1.9.x
sonar-scm-git-plugin-1.9.1.1834
sonar-scm-git-plugin-1.9.0.1725
1.8.x
sonar-scm-git-plugin-1.8.0.1574
1.7.x
sonar-scm-git-plugin-1.7.0.1491
1.6.x
sonar-scm-git-plugin-1.6.0.1349
1.4.x
sonar-scm-git-plugin-1.4.1.1128
sonar-scm-git-plugin-1.4.0.1037
1.3.x
sonar-scm-git-plugin-1.3.0.869
sonar-scm-git-plugin-1.3.0.863
1.2
sonar-scm-git-plugin-1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sonarsource.scm.git</groupId>
    <artifactId>sonar-scm-git-plugin</artifactId>
    <version>1.10.0.1898</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sonarsource.scm.git:sonar-scm-git-plugin:1.10.0.1898'

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

implementation("org.sonarsource.scm.git:sonar-scm-git-plugin:1.10.0.1898")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sonarsource.scm.git" % "sonar-scm-git-plugin" % "1.10.0.1898"