не последняя версия
Последняя версия 1.18.1

io.gitlab.arturbosch.detekt:detekt-bom 1.15.0-RC2

Static code analysis for Kotlin

Группа

Группа

io.gitlab.arturbosch.detekt
Идентификатор

Идентификатор

detekt-bom
Версия

Версия

1.15.0-RC2
Тип

Тип

pom

Скачать detekt-bom 1.15.0-RC2

Имя Файла Размер
detekt-bom-1.15.0-RC2.pom
Обзор

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