MVN

com.pinterest.ktlint : pom

Maven & Gradle

Oct 13, 2019
6k stars

pom · An anti-bikeshedding Kotlin linter with built-in formatter

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

Latest Version

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

  • Latest Stable: 0.35.0

All Versions

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

Version Vulnerabilities Updated
0.35.x
pom-0.35.0
0.34.x
pom-0.34.2
pom-0.34.1
pom-0.34.0
0.33.x
pom-0.33.0
0.32.x
pom-0.32.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.pinterest.ktlint</groupId>
    <artifactId>pom</artifactId>
    <version>0.35.0</version>
</dependency>