MVN

org.sonarsource.sonarqube : sonar-views-bridge

Maven & Gradle

Mar 09, 2016
1 usages
7.9k stars

SonarQube :: Views Bridge

<dependency>
    <groupId>org.sonarsource.sonarqube</groupId>
    <artifactId>sonar-views-bridge</artifactId>
    <version>5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonarsource.sonarqube : sonar-views-bridge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4
  • Latest Release Candidate: 5.4-RC4

All Versions

Choose a version of org.sonarsource.sonarqube : sonar-views-bridge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4
sonar-views-bridge-5.4
sonar-views-bridge-5.4-RC4
sonar-views-bridge-5.4-RC3
sonar-views-bridge-5.4-RC2
sonar-views-bridge-5.4-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sonarsource.sonarqube</groupId>
    <artifactId>sonar-views-bridge</artifactId>
    <version>5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonarsource.sonarqube : sonar-views-bridge gradle dependency to your build.gradle file:

implementation 'org.sonarsource.sonarqube:sonar-views-bridge:5.4'

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

implementation("org.sonarsource.sonarqube:sonar-views-bridge:5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonarsource.sonarqube : sonar-views-bridge sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonarsource.sonarqube" % "sonar-views-bridge" % "5.4"