MVN

org.sonarsource.sonarlint.core : sonarlint-http

Maven & Gradle

Aug 07, 2023

SonarLint Core - HTTP · HTTP related code used by SonarLint

<dependency>
    <groupId>org.sonarsource.sonarlint.core</groupId>
    <artifactId>sonarlint-http</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-http 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-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
sonarlint-http-9.1.1.74346
sonarlint-http-9.1.0.74321
9.0.x
sonarlint-http-9.0.0.74282

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sonarsource.sonarlint.core</groupId>
    <artifactId>sonarlint-http</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-http gradle dependency to your build.gradle file:

implementation 'org.sonarsource.sonarlint.core:sonarlint-http:9.1.1.74346'

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

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

How to add a dependency to SBT Scala

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

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