<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Graphhoppers,<br>
<br>
from now on snapshots of graphhopper core (jar file), android (apk
file) and web (war file) are available at sonatype.org repository:<br>
<a
href="https://oss.sonatype.org/content/groups/public/com/graphhopper/">https://oss.sonatype.org/content/groups/public/</a><br>
<br>
releases will follow when they appear ;)<br>
<br>
Regards,<br>
Peter.<br>
<br>
PS: to include graphhopper into your pom.xml or gradle/ivy/sbt/ant
file or whatever you do:<br>
<br>
<pre><repositories>
<repository>
<id>sonatype-oss-public</id>
<url><a class="moz-txt-link-freetext" href="https://oss.sonatype.org/content/groups/public/">https://oss.sonatype.org/content/groups/public/</a></url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories></pre>
<br>
</body>
</html>