How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>nl.talsmasoftware.context</groupId>
<artifactId>context-propagation-relocation</artifactId>
<version>1.0.8</version>
</dependency>
Choose a version of nl.talsmasoftware.context : context-propagation-relocation to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
context-propagation-relocation-1.0.8
|
||
context-propagation-relocation-1.0.7
|
|||
context-propagation-relocation-1.0.6
|
|||
context-propagation-relocation-1.0.5
|
|||
context-propagation-relocation-1.0.4
|
|||
context-propagation-relocation-1.0.3
|
|||
context-propagation-relocation-1.0.2
|
|||
context-propagation-relocation-1.0.1
|
|||
context-propagation-relocation-1.0.0
|
|||
0.6.x |
context-propagation-relocation-0.6.3
|
||
context-propagation-relocation-0.6.2
|
|||
context-propagation-relocation-0.6.1
|
|||
context-propagation-relocation-0.6.0
|
|||
0.5.x |
context-propagation-relocation-0.5.0
|
||
0.4.x |
context-propagation-relocation-0.4.17
|
||
context-propagation-relocation-0.4.16
|
POM as dependency in dependencyManagement
<dependency>
<groupId>nl.talsmasoftware.context</groupId>
<artifactId>context-propagation-relocation</artifactId>
<version>1.0.8</version>
</dependency>
Advertisement