How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>map-matching-parent</artifactId>
<version>0.7.0</version>
</dependency>
Choose a version of com.graphhopper : map-matching-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
map-matching-parent-0.7.0
|
||
map-matching-parent-0.7.0-RC3
|
|||
map-matching-parent-0.7.0-RC2
|
|||
0.6.x |
map-matching-parent-0.6.0
|
||
map-matching-parent-0.6.0-RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>map-matching-parent</artifactId>
<version>0.7.0</version>
</dependency>
Advertisement