MVN

io.github.mkohm : detekt-hint

Maven & Gradle

Apr 17, 2020
78 stars

Detekt Hint · A Detekt extension that looks for violations of programming principles.

<dependency>
    <groupId>io.github.mkohm</groupId>
    <artifactId>detekt-hint</artifactId>
    <version>0.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mkohm : detekt-hint to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.5

All Versions

Choose a version of io.github.mkohm : detekt-hint to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
detekt-hint-0.1.5
detekt-hint-0.1.4
detekt-hint-0.1.3
detekt-hint-0.1.2
detekt-hint-0.1.1
detekt-hint-0.1.0
0.0.x
detekt-hint-0.0.5
detekt-hint-0.0.4
detekt-hint-0.0.2
detekt-hint-0.0.1

How to add a dependency to Maven

Add the following io.github.mkohm : detekt-hint maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.mkohm</groupId>
    <artifactId>detekt-hint</artifactId>
    <version>0.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.mkohm : detekt-hint gradle dependency to your build.gradle file:

implementation 'io.github.mkohm:detekt-hint:0.1.5'

Gradle Kotlin DSL: Add the following io.github.mkohm : detekt-hint gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.mkohm:detekt-hint:0.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.mkohm : detekt-hint sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.mkohm" % "detekt-hint" % "0.1.5"

Advertisement