s

sonarlint-http

HTTP related code used by SonarLint
Files download
File Operation
sonarlint-http-10.2.0.78029.jar download
sonarlint-http-10.2.0.78029.pom download
sonarlint-http-10.2.0.78029-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sonarsource.sonarlint.core</groupId>
  <artifactId>sonarlint-http</artifactId>
  <version>10.2.0.78029</version>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.sonarlint.core:sonarlint-http:10.2.0.78029'
Gradle Kotlin
implementation("org.sonarsource.sonarlint.core:sonarlint-http:10.2.0.78029")
Scala SBT
libraryDependencies += "org.sonarsource.sonarlint.core" % "sonarlint-http" % "10.2.0.78029"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.sonarlint.core', module='sonarlint-http', version='10.2.0.78029')
)
Apache Ivy
<dependency org="org.sonarsource.sonarlint.core" name="sonarlint-http" rev="10.2.0.78029" />
Leiningen
[org.sonarsource.sonarlint.core/sonarlint-http "10.2.0.78029"]
Apache Buildr
'org.sonarsource.sonarlint.core:sonarlint-http:jar:10.2.0.78029'