How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.thirdteeth</groupId>
<artifactId>guice-opentracing</artifactId>
<version>0.0.5</version>
</dependency>
Choose a version of com.github.thirdteeth : guice-opentracing to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
guice-opentracing-0.0.5
|
||
guice-opentracing-0.0.4
|
|||
guice-opentracing-0.0.3
|
|||
guice-opentracing-0.0.2
|
|||
guice-opentracing-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.thirdteeth</groupId>
<artifactId>guice-opentracing</artifactId>
<version>0.0.5</version>
</dependency>
Advertisement