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>
Choose a version of com.pinterest.ktlint : ktlint-bom to add to Maven - Latest 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
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-bom</artifactId>
<version>0.50.0</version>
</dependency>
Advertisement