How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp</artifactId>
<version>1.6</version>
</dependency>
Choose a version of com.gwtplatform : gwtp to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6 |
gwtp-1.6
|
||
1.5.x |
gwtp-1.5.3
|
||
gwtp-1.5.2
|
|||
gwtp-1.5.1
|
|||
1.5 |
gwtp-1.5
|
||
1.4 |
gwtp-1.4
|
||
1.3.x |
gwtp-1.3.1
|
||
1.3 |
gwtp-1.3
|
||
1.2.x |
gwtp-1.2.1
|
||
1.2 |
gwtp-1.2
|
||
1.1.x |
gwtp-1.1.1
|
||
1.1 |
gwtp-1.1
|
||
1.0.x |
gwtp-1.0.3
|
||
gwtp-1.0.2
|
|||
gwtp-1.0.1
|
|||
1.0 |
gwtp-1.0
|
||
gwtp-1.0-RC-3.1
|
|||
gwtp-1.0-RC-3
|
|||
gwtp-1.0-RC-2
|
|||
gwtp-1.0-RC-1
|
|||
0.8 |
gwtp-0.8-beta-1
|
||
gwtp-0.8-alpha-3
|
|||
gwtp-0.8-alpha-2
|
|||
0.8.x |
gwtp-0.8.4
|
||
0.7 |
gwtp-0.7
|
||
0.6 |
gwtp-0.6
|
||
0.5.x |
gwtp-0.5.1
|
||
0.5 |
gwtp-0.5
|
||
0.8a1 |
gwtp-0.8a1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp</artifactId>
<version>1.6</version>
</dependency>
Advertisement