How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-routing-parent</artifactId>
<version>1.8.0</version>
</dependency>
Choose a version of com.google.maps : google-maps-routing-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8.x |
google-maps-routing-parent-1.8.0
|
||
1.7.x |
google-maps-routing-parent-1.7.0
|
||
1.6.x |
google-maps-routing-parent-1.6.0
|
||
1.5.x |
google-maps-routing-parent-1.5.0
|
||
1.4.x |
google-maps-routing-parent-1.4.0
|
||
1.3.x |
google-maps-routing-parent-1.3.0
|
||
1.2.x |
google-maps-routing-parent-1.2.0
|
||
1.1.x |
google-maps-routing-parent-1.1.0
|
||
1.0.x |
google-maps-routing-parent-1.0.0
|
||
0.8.x |
google-maps-routing-parent-0.8.0
|
||
0.7.x |
google-maps-routing-parent-0.7.0
|
||
0.6.x |
google-maps-routing-parent-0.6.0
|
||
0.1.x |
google-maps-routing-parent-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-routing-parent</artifactId>
<version>1.8.0</version>
</dependency>
Advertisement