s

sonarlint-daemon

SonarLint daemon to provide SonarLint functionalities out of process to clients in any language
SonarSource
文件下载
文件名 操作
sonarlint-daemon-4.12.0.18542.jar 下载
sonarlint-daemon-4.12.0.18542.pom 下载
sonarlint-daemon-4.12.0.18542-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.sonarsource.sonarlint.core</groupId>
  <artifactId>sonarlint-daemon</artifactId>
  <version>4.12.0.18542</version>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.sonarlint.core:sonarlint-daemon:4.12.0.18542'
Gradle Kotlin
implementation("org.sonarsource.sonarlint.core:sonarlint-daemon:4.12.0.18542")
Scala SBT
libraryDependencies += "org.sonarsource.sonarlint.core" % "sonarlint-daemon" % "4.12.0.18542"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.sonarlint.core', module='sonarlint-daemon', version='4.12.0.18542')
)
Apache Ivy
<dependency org="org.sonarsource.sonarlint.core" name="sonarlint-daemon" rev="4.12.0.18542" />
Leiningen
[org.sonarsource.sonarlint.core/sonarlint-daemon "4.12.0.18542"]
Apache Buildr
'org.sonarsource.sonarlint.core:sonarlint-daemon:jar:4.12.0.18542'