How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.gwtopenmaps.openlayers</groupId>
<artifactId>gwt-openlayers</artifactId>
<version>1.1.0</version>
</dependency>
Choose a version of org.gwtopenmaps.openlayers : gwt-openlayers to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
gwt-openlayers-1.1.0
|
||
1.0 |
gwt-openlayers-1.0
|
||
0.9 |
gwt-openlayers-0.9
|
||
0.8 |
gwt-openlayers-0.8
|
||
0.7 |
gwt-openlayers-0.7
|
||
0.6 |
gwt-openlayers-0.6
|
||
0.5 |
gwt-openlayers-0.5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.gwtopenmaps.openlayers</groupId>
<artifactId>gwt-openlayers</artifactId>
<version>1.1.0</version>
</dependency>
Advertisement