MVN

com.pinterest.ktlint : ktlint-bom

Maven & Gradle

Jun 29, 2023
6k stars

ktlint-bom · An anti-bikeshedding Kotlin linter with built-in formatter.

<dependency>
    <groupId>com.pinterest.ktlint</groupId>
    <artifactId>ktlint-bom</artifactId>
    <version>0.50.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pinterest.ktlint : ktlint-bom to add to Maven - Latest Versions:

  • Latest Stable: 0.50.0

All Versions

Choose a version of com.pinterest.ktlint : ktlint-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.50.x
ktlint-bom-0.50.0
0.49.x
ktlint-bom-0.49.1
ktlint-bom-0.49.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.pinterest.ktlint</groupId>
    <artifactId>ktlint-bom</artifactId>
    <version>0.50.0</version>
</dependency>

Advertisement