MVN

io.gitlab.arturbosch.detekt : custom-checks

Maven & Gradle

Apr 01, 2022
6k stars

detekt · Static code analysis for Kotlin

<dependency>
    <groupId>io.gitlab.arturbosch.detekt</groupId>
    <artifactId>custom-checks</artifactId>
    <version>1.19.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitlab.arturbosch.detekt : custom-checks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19.0
  • Latest Release Candidate: 1.20.0-RC2

All Versions

Choose a version of io.gitlab.arturbosch.detekt : custom-checks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20.x
custom-checks-1.20.0-RC2
custom-checks-1.20.0-RC1
1.19.x
custom-checks-1.19.0
custom-checks-1.19.0-RC2
custom-checks-1.19.0-RC1
1.18.x
custom-checks-1.18.1
custom-checks-1.18.0
custom-checks-1.18.0-RC3
custom-checks-1.18.0-RC2
custom-checks-1.18.0-RC1
1.17.x
custom-checks-1.17.1
custom-checks-1.17.0
custom-checks-1.17.0-RC3
custom-checks-1.17.0-RC2
custom-checks-1.17.0-RC1
1.16.x
custom-checks-1.16.0
custom-checks-1.16.0-RC3
custom-checks-1.16.0-RC2
custom-checks-1.16.0-RC1
1.15.x
custom-checks-1.15.0
custom-checks-1.15.0-RC2
custom-checks-1.15.0-RC1
1.14.x
custom-checks-1.14.2
custom-checks-1.14.1
custom-checks-1.14.0
1.13.x
custom-checks-1.13.1
1.12.x
custom-checks-1.12.0

How to add a dependency to Maven

Add the following io.gitlab.arturbosch.detekt : custom-checks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitlab.arturbosch.detekt</groupId>
    <artifactId>custom-checks</artifactId>
    <version>1.19.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitlab.arturbosch.detekt : custom-checks gradle dependency to your build.gradle file:

implementation 'io.gitlab.arturbosch.detekt:custom-checks:1.19.0'

Gradle Kotlin DSL: Add the following io.gitlab.arturbosch.detekt : custom-checks gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitlab.arturbosch.detekt:custom-checks:1.19.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitlab.arturbosch.detekt : custom-checks sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitlab.arturbosch.detekt" % "custom-checks" % "1.19.0"