How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.sarl.bom</groupId>
<artifactId>sarl-mavenplugin-bom</artifactId>
<version>0.13.0</version>
</dependency>
Choose a version of io.sarl.bom : sarl-mavenplugin-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.13.x |
sarl-mavenplugin-bom-0.13.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.sarl.bom</groupId>
<artifactId>sarl-mavenplugin-bom</artifactId>
<version>0.13.0</version>
</dependency>
Advertisement