MVN

org.codehaus.sonar : sonar-server-benchmarks

Maven & Gradle

Apr 02, 2015
7.9k stars

SonarQube :: Server :: Benchmarks

<dependency>
    <groupId>org.codehaus.sonar</groupId>
    <artifactId>sonar-server-benchmarks</artifactId>
    <version>5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.sonar : sonar-server-benchmarks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1
  • Latest Release Candidate: 5.1-RC2

All Versions

Choose a version of org.codehaus.sonar : sonar-server-benchmarks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1
sonar-server-benchmarks-5.1
sonar-server-benchmarks-5.1-RC2
sonar-server-benchmarks-5.1-RC1
5.0.x
sonar-server-benchmarks-5.0.1
5.0
sonar-server-benchmarks-5.0
sonar-server-benchmarks-5.0-RC3
sonar-server-benchmarks-5.0-RC2
sonar-server-benchmarks-5.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.codehaus.sonar</groupId>
    <artifactId>sonar-server-benchmarks</artifactId>
    <version>5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.sonar : sonar-server-benchmarks gradle dependency to your build.gradle file:

implementation 'org.codehaus.sonar:sonar-server-benchmarks:5.1'

Gradle Kotlin DSL: Add the following org.codehaus.sonar : sonar-server-benchmarks gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.sonar:sonar-server-benchmarks:5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.sonar : sonar-server-benchmarks sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.sonar" % "sonar-server-benchmarks" % "5.1"

Advertisement