How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules</artifactId>
<version>2.0</version>
</dependency>
Choose a version of net.liftweb : lift-modules to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0 |
lift-modules-2.0
|
||
lift-modules-2.0-RC2
|
|||
lift-modules-2.0-RC1
|
|||
lift-modules-2.0-M5
|
|||
lift-modules-2.0-M4
|
|||
lift-modules-2.0-M3
|
|||
lift-modules-2.0-M2
|
|||
lift-modules-2.0-M1
|
|||
1.1 |
lift-modules-1.1-M8
|
||
lift-modules-1.1-M7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules</artifactId>
<version>2.0</version>
</dependency>
Advertisement