| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdio.gitlab.arturbosch.detekt |
| ArtifactId | ArtifactIddetekt-formatting |
| Last Version | Last Version1.21.0-RC1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondetekt
Static code analysis for Kotlin
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| detekt-formatting-1.21.0-RC1.pom | |
| detekt-formatting-1.21.0-RC1.jar | 481 KB |
| detekt-formatting-1.21.0-RC1-sources.jar | 434 KB |
| detekt-formatting-1.21.0-RC1-javadoc.jar | 408 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.gitlab.arturbosch.detekt/detekt-formatting/ -->
<dependency>
<groupId>io.gitlab.arturbosch.detekt</groupId>
<artifactId>detekt-formatting</artifactId>
<version>1.21.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.arturbosch.detekt/detekt-formatting/
implementation 'io.gitlab.arturbosch.detekt:detekt-formatting:1.21.0-RC1'
// https://jarcasting.com/artifacts/io.gitlab.arturbosch.detekt/detekt-formatting/
implementation ("io.gitlab.arturbosch.detekt:detekt-formatting:1.21.0-RC1")
'io.gitlab.arturbosch.detekt:detekt-formatting:jar:1.21.0-RC1'
<dependency org="io.gitlab.arturbosch.detekt" name="detekt-formatting" rev="1.21.0-RC1">
<artifact name="detekt-formatting" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.arturbosch.detekt', module='detekt-formatting', version='1.21.0-RC1')
)
libraryDependencies += "io.gitlab.arturbosch.detekt" % "detekt-formatting" % "1.21.0-RC1"
[io.gitlab.arturbosch.detekt/detekt-formatting "1.21.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.pinterest.ktlint : ktlint-ruleset-standard | jar | 0.45.2 |
| com.pinterest.ktlint : ktlint-core | jar | 0.45.2 |
| com.pinterest.ktlint : ktlint-ruleset-experimental | jar | 0.45.2 |
| org.slf4j : slf4j-nop | jar | 1.7.36 |