How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.contextfw</groupId>
<artifactId>web</artifactId>
<version>0.8.5</version>
</dependency>
Choose a version of net.contextfw : web to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
web-0.8.5
|
||
web-0.8.4
|
|||
web-0.8.3
|
|||
web-0.8.2
|
|||
web-0.8.1
|
|||
web-0.8.0
|
|||
0.7.x |
web-0.7.1
|
||
web-0.7.0
|
|||
0.6.x |
web-0.6.2
|
||
web-0.6.1
|
|||
web-0.6.0
|
|||
0.5.x |
web-0.5.1
|
||
web-0.5.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.contextfw</groupId>
<artifactId>web</artifactId>
<version>0.8.5</version>
</dependency>
Advertisement