GroupId | GroupIdio.gitlab.arturbosch.detekt |
---|---|
ArtifactId | ArtifactIddetekt-bom |
Version | Version1.16.0-RC2 |
Type | Typepom |
Filename | Size |
---|---|
detekt-bom-1.16.0-RC2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitlab.arturbosch.detekt/detekt-bom/ -->
<dependency>
<groupId>io.gitlab.arturbosch.detekt</groupId>
<artifactId>detekt-bom</artifactId>
<version>1.16.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.16.0-RC2'
// https://jarcasting.com/artifacts/io.gitlab.arturbosch.detekt/detekt-bom/
implementation ("io.gitlab.arturbosch.detekt:detekt-bom:1.16.0-RC2")
'io.gitlab.arturbosch.detekt:detekt-bom:pom:1.16.0-RC2'
<dependency org="io.gitlab.arturbosch.detekt" name="detekt-bom" rev="1.16.0-RC2">
<artifact name="detekt-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.arturbosch.detekt', module='detekt-bom', version='1.16.0-RC2')
)
libraryDependencies += "io.gitlab.arturbosch.detekt" % "detekt-bom" % "1.16.0-RC2"
[io.gitlab.arturbosch.detekt/detekt-bom "1.16.0-RC2"]