How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>se.jguru.codestyle.poms.kotlin</groupId>
<artifactId>jguru-codestyle-kotlin-bom</artifactId>
<version>0.9.5</version>
</dependency>
Choose a version of se.jguru.codestyle.poms.kotlin : jguru-codestyle-kotlin-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
jguru-codestyle-kotlin-bom-0.9.5
|
||
jguru-codestyle-kotlin-bom-0.9.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>se.jguru.codestyle.poms.kotlin</groupId>
<artifactId>jguru-codestyle-kotlin-bom</artifactId>
<version>0.9.5</version>
</dependency>
Advertisement