s

sonarlint-http

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