How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-gwt-libs</artifactId>
<version>1.0.19</version>
</dependency>
Choose a version of org.atmosphere : atmosphere-gwt-libs to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
atmosphere-gwt-libs-1.0.19
|
||
atmosphere-gwt-libs-1.0.18
|
|||
atmosphere-gwt-libs-1.0.16
|
|||
atmosphere-gwt-libs-1.0.15
|
|||
atmosphere-gwt-libs-1.0.14
|
|||
atmosphere-gwt-libs-1.0.13
|
|||
atmosphere-gwt-libs-1.0.12
|
|||
atmosphere-gwt-libs-1.0.11
|
|||
atmosphere-gwt-libs-1.0.10
|
|||
atmosphere-gwt-libs-1.0.9
|
|||
atmosphere-gwt-libs-1.0.8
|
|||
atmosphere-gwt-libs-1.0.7
|
|||
atmosphere-gwt-libs-1.0.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-gwt-libs</artifactId>
<version>1.0.19</version>
</dependency>
Advertisement