[GraphHopper] snapshots, releases, sonatype maven repository
Peter K
peathal at yahoo.de
Tue May 7 06:24:17 UTC 2013
Hi Graphhoppers,
from now on snapshots of graphhopper core (jar file), android (apk file)
and web (war file) are available at sonatype.org repository:
https://oss.sonatype.org/content/groups/public/
<https://oss.sonatype.org/content/groups/public/com/graphhopper/>
releases will follow when they appear ;)
Regards,
Peter.
PS: to include graphhopper into your pom.xml or gradle/ivy/sbt/ant file
or whatever you do:
<repositories>
<repository>
<id>sonatype-oss-public</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/graphhopper/attachments/20130507/4aaff831/attachment-0001.html>
More information about the GraphHopper
mailing list