How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift</artifactId>
<version>2.0-M4</version>
</dependency>
Choose a version of net.liftweb : lift to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2 |
lift-2.2-RC5
|
||
lift-2.2-RC1
|
|||
2.0 |
lift-2.0-M4
|
||
1.1 |
lift-1.1-M8
|
||
lift-1.1-M7
|
|||
lift-1.1-M6
|
|||
lift-1.1-M5
|
|||
lift-1.1-M4
|
|||
lift-1.1-M3
|
|||
lift-1.1-M1
|
|||
1.0.x |
lift-1.0.3
|
||
lift-1.0.2
|
|||
lift-1.0.1
|
|||
1.0 |
lift-1.0
|
||
0.10 |
lift-0.10
|
||
0.9 |
lift-0.9
|
||
0.8 |
lift-0.8
|
||
0.7 |
lift-0.7
|
||
0.6 |
lift-0.6
|
||
0.5 |
lift-0.5
|
||
0.4 |
lift-0.4
|
||
0.3.x |
lift-0.3.0
|
||
0.1.x |
lift-0.1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift</artifactId>
<version>2.0-M4</version>
</dependency>
Advertisement