is not current version
Last Version 1.0.0-gradle-rework-beta3

io.gitlab.arturbosch.detekt:detekt-watch-service 1.0.0.RC8

Static code analysis for Kotlin

GroupId

GroupId

io.gitlab.arturbosch.detekt
ArtifactId

ArtifactId

detekt-watch-service
Version

Version

1.0.0.RC8
Type

Type

jar

Download detekt-watch-service 1.0.0.RC8


<!-- https://jarcasting.com/artifacts/io.gitlab.arturbosch.detekt/detekt-watch-service/ -->
<dependency>
    <groupId>io.gitlab.arturbosch.detekt</groupId>
    <artifactId>detekt-watch-service</artifactId>
    <version>1.0.0.RC8</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.arturbosch.detekt/detekt-watch-service/
implementation 'io.gitlab.arturbosch.detekt:detekt-watch-service:1.0.0.RC8'
// https://jarcasting.com/artifacts/io.gitlab.arturbosch.detekt/detekt-watch-service/
implementation ("io.gitlab.arturbosch.detekt:detekt-watch-service:1.0.0.RC8")
'io.gitlab.arturbosch.detekt:detekt-watch-service:jar:1.0.0.RC8'
<dependency org="io.gitlab.arturbosch.detekt" name="detekt-watch-service" rev="1.0.0.RC8">
  <artifact name="detekt-watch-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.arturbosch.detekt', module='detekt-watch-service', version='1.0.0.RC8')
)
libraryDependencies += "io.gitlab.arturbosch.detekt" % "detekt-watch-service" % "1.0.0.RC8"
[io.gitlab.arturbosch.detekt/detekt-watch-service "1.0.0.RC8"]