How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.joschi.jersey.jetty10</groupId>
<artifactId>parent</artifactId>
<version>2.40</version>
</dependency>
Choose a version of com.github.joschi.jersey.jetty10 : parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.40 |
parent-2.40
|
||
2.39.x |
parent-2.39.1
|
||
2.39 |
parent-2.39
|
||
2.38 |
parent-2.38
|
||
2.37 |
parent-2.37
|
||
2.36.x |
parent-2.36.1
|
||
2.36 |
parent-2.36
|
||
2.35 |
parent-2.35
|
||
2.34 |
parent-2.34
|
||
2.33 |
parent-2.33
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.joschi.jersey.jetty10</groupId>
<artifactId>parent</artifactId>
<version>2.40</version>
</dependency>
Advertisement