MVN

org.sonarsource.sonarlint.core : sonarlint-report-aggregate

Maven & Gradle

Aug 07, 2023
5 stars

SonarLint Coverage Reports Aggregator · Aggregate Coverage Reports

<dependency>
    <groupId>org.sonarsource.sonarlint.core</groupId>
    <artifactId>sonarlint-report-aggregate</artifactId>
    <version>9.1.1.74346</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonarsource.sonarlint.core : sonarlint-report-aggregate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.1.1.74346

All Versions

Choose a version of org.sonarsource.sonarlint.core : sonarlint-report-aggregate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
sonarlint-report-aggregate-9.1.1.74346
sonarlint-report-aggregate-9.1.0.74321
9.0.x
sonarlint-report-aggregate-9.0.0.74282
8.19.x
sonarlint-report-aggregate-8.19.0.72745
8.18.x
sonarlint-report-aggregate-8.18.0.70939
8.17.x
sonarlint-report-aggregate-8.17.0.70351
8.16.x
sonarlint-report-aggregate-8.16.0.67686
8.15.x
sonarlint-report-aggregate-8.15.0.65216
8.14.x
sonarlint-report-aggregate-8.14.0.63103
8.13.x
sonarlint-report-aggregate-8.13.1.60852
sonarlint-report-aggregate-8.13.0.60370
8.12.x
sonarlint-report-aggregate-8.12.0.58811
8.11.x
sonarlint-report-aggregate-8.11.0.56591
8.10.x
sonarlint-report-aggregate-8.10.0.56343
8.9.x
sonarlint-report-aggregate-8.9.0.54830
8.8.x
sonarlint-report-aggregate-8.8.1.54103
sonarlint-report-aggregate-8.8.0.53224
8.7.x
sonarlint-report-aggregate-8.7.0.52152
8.6.x
sonarlint-report-aggregate-8.6.0.47852
8.5.x
sonarlint-report-aggregate-8.5.0.46449
8.4.x
sonarlint-report-aggregate-8.4.0.45663
8.3.x
sonarlint-report-aggregate-8.3.0.45095
8.2.x
sonarlint-report-aggregate-8.2.0.43778
8.1.x
sonarlint-report-aggregate-8.1.0.43110
8.0.x
sonarlint-report-aggregate-8.0.2.42487
sonarlint-report-aggregate-8.0.1.42120
sonarlint-report-aggregate-8.0.0.41925

How to add a dependency to Maven

Add the following org.sonarsource.sonarlint.core : sonarlint-report-aggregate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonarsource.sonarlint.core</groupId>
    <artifactId>sonarlint-report-aggregate</artifactId>
    <version>9.1.1.74346</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonarsource.sonarlint.core : sonarlint-report-aggregate gradle dependency to your build.gradle file:

implementation 'org.sonarsource.sonarlint.core:sonarlint-report-aggregate:9.1.1.74346'

Gradle Kotlin DSL: Add the following org.sonarsource.sonarlint.core : sonarlint-report-aggregate gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonarsource.sonarlint.core:sonarlint-report-aggregate:9.1.1.74346")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonarsource.sonarlint.core : sonarlint-report-aggregate sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonarsource.sonarlint.core" % "sonarlint-report-aggregate" % "9.1.1.74346"