How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.okta.kotlin</groupId>
<artifactId>bom</artifactId>
<version>1.1.5</version>
</dependency>
Choose a version of com.okta.kotlin : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
bom-1.1.5
|
||
bom-1.1.4
|
|||
bom-1.1.3
|
|||
bom-1.1.2
|
|||
bom-1.1.1
|
|||
bom-1.1.0
|
|||
1.0.x |
bom-1.0.0
|
||
0.6.x |
bom-0.6.0-BETA
|
||
0.5.x |
bom-0.5.0-BETA
|
||
0.4.x |
bom-0.4.0-BETA
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.okta.kotlin</groupId>
<artifactId>bom</artifactId>
<version>1.1.5</version>
</dependency>
Advertisement