How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.feedzai.commons.tracing</groupId>
<artifactId>black-box-instrumentation</artifactId>
<version>1.0.22</version>
</dependency>
Choose a version of com.feedzai.commons.tracing : black-box-instrumentation to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
black-box-instrumentation-1.0.22
|
||
black-box-instrumentation-1.0.21
|
|||
black-box-instrumentation-1.0.20
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.feedzai.commons.tracing</groupId>
<artifactId>black-box-instrumentation</artifactId>
<version>1.0.22</version>
</dependency>
Advertisement