How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp</artifactId>
<version>2.1-6.0.1</version>
</dependency>
Choose a version of org.mortbay.jetty : jsp to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.0.x |
jsp-6.0.0beta12
|
||
jsp-6.0.0beta11
|
|||
jsp-6.0.0beta10
|
|||
jsp-6.0.0beta9
|
|||
jsp-6.0.0beta8
|
|||
jsp-6.0.0beta7
|
|||
jsp-6.0.0beta6
|
|||
jsp-6.0.0beta5
|
|||
5.5.x |
jsp-5.5.12
|
||
5.0.x |
jsp-5.0.28
|
||
jsp-5.0.28.600b1
|
|||
2.1 |
jsp-2.1-6.0.1
|
||
jsp-2.1-6.0.0
|
|||
jsp-2.1-6.0.0rc4
|
|||
jsp-2.1-6.0.0rc3
|
|||
jsp-2.1-6.0.0rc2
|
|||
jsp-2.1-6.0.0rc1
|
|||
jsp-2.1-6.0.0rc0
|
|||
jsp-2.1-6.0.0beta17
|
|||
jsp-2.1-6.0.0beta16
|
|||
jsp-2.1-6.0.0beta15
|
|||
jsp-2.1-6.0.0beta14
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp</artifactId>
<version>2.1-6.0.1</version>
</dependency>
Advertisement