How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.geomajas</groupId>
<artifactId>geomajas-client-gwt-plugin-parent</artifactId>
<version>1.15.2</version>
</dependency>
Choose a version of org.geomajas : geomajas-client-gwt-plugin-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.16.x |
geomajas-client-gwt-plugin-parent-1.16.0
|
||
1.15.x |
geomajas-client-gwt-plugin-parent-1.15.2
|
||
geomajas-client-gwt-plugin-parent-1.15.1
|
|||
geomajas-client-gwt-plugin-parent-1.15.0-M3
|
|||
geomajas-client-gwt-plugin-parent-1.15.0-M2
|
|||
geomajas-client-gwt-plugin-parent-1.15.0-M1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.geomajas</groupId>
<artifactId>geomajas-client-gwt-plugin-parent</artifactId>
<version>1.15.2</version>
</dependency>
Advertisement