How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.tracee</groupId>
<artifactId>tracee-bom</artifactId>
<version>1.2.0</version>
</dependency>
Choose a version of io.tracee : tracee-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
tracee-bom-1.2.0
|
||
1.1.x |
tracee-bom-1.1.2
|
||
tracee-bom-1.1.1
|
|||
tracee-bom-1.1.0
|
|||
1.0.x |
tracee-bom-1.0.1
|
||
tracee-bom-1.0.0
|
|||
tracee-bom-1.0.0-rc3
|
|||
tracee-bom-1.0.0-rc2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.tracee</groupId>
<artifactId>tracee-bom</artifactId>
<version>1.2.0</version>
</dependency>
Advertisement