is not current version
Last Version 1.0.0-RC14

io.gitlab.arturbosch.detekt:detekt-watcher 1.0.0-RC11

Static code analysis for Kotlin

GroupId

GroupId

io.gitlab.arturbosch.detekt
ArtifactId

ArtifactId

detekt-watcher
Version

Version

1.0.0-RC11
Type

Type

jar

Download detekt-watcher 1.0.0-RC11


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