How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>jettyjam-parent</artifactId>
<version>2.1.5</version>
</dependency>
Choose a version of org.safehaus.jettyjam : jettyjam-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
jettyjam-parent-2.1.5
|
||
jettyjam-parent-2.1.4
|
|||
jettyjam-parent-2.1.3
|
|||
2.0.x |
jettyjam-parent-2.0.0
|
||
1.0.x |
jettyjam-parent-1.0.2
|
||
jettyjam-parent-1.0.1
|
|||
jettyjam-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>jettyjam-parent</artifactId>
<version>2.1.5</version>
</dependency>
Advertisement