detekt moved to https://github.com/detekt/detekt
This fork exists to leave the website arturbosch.github.io/detekt
functional until most users have updated their bookmarks etc...
License |
License |
---|---|
GroupId | GroupIdio.gitlab.arturbosch.detekt |
ArtifactId | ArtifactIddetekt-watcher |
Last Version | Last Version1.0.0-RC14 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondetekt
Static code analysis for Kotlin
|
Source Code Management |
Source Code Management |
<!-- 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-RC14</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.arturbosch.detekt/detekt-watcher/
implementation 'io.gitlab.arturbosch.detekt:detekt-watcher:1.0.0-RC14'
// https://jarcasting.com/artifacts/io.gitlab.arturbosch.detekt/detekt-watcher/
implementation ("io.gitlab.arturbosch.detekt:detekt-watcher:1.0.0-RC14")
'io.gitlab.arturbosch.detekt:detekt-watcher:jar:1.0.0-RC14'
<dependency org="io.gitlab.arturbosch.detekt" name="detekt-watcher" rev="1.0.0-RC14">
<artifact name="detekt-watcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.arturbosch.detekt', module='detekt-watcher', version='1.0.0-RC14')
)
libraryDependencies += "io.gitlab.arturbosch.detekt" % "detekt-watcher" % "1.0.0-RC14"
[io.gitlab.arturbosch.detekt/detekt-watcher "1.0.0-RC14"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.21 |
com.beust : jcommander | jar | 1.74 |
io.gitlab.arturbosch » ksh | jar | 0.1.1 |
org.jetbrains.kotlin : kotlin-compiler-embeddable | jar | 1.3.21 |
io.gitlab.arturbosch.detekt : detekt-cli | jar | 1.0.0-RC14 |
io.gitlab.arturbosch.detekt : detekt-core | jar | 1.0.0-RC14 |
detekt moved to https://github.com/detekt/detekt
This fork exists to leave the website arturbosch.github.io/detekt
functional until most users have updated their bookmarks etc...