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