API changes in 1.0-pre3?

Hey,

I am new to Graphhopper, but managed to build a working example playing around with the map-matching GitHub project.
Now I tried to insert the map-matching API into my project via maven (graphhopper-map-matching-core, 1.0-pre3). However there seem to be API-changes as I cannot import com.graphhopper.matching.gpx.Gpx nor com.graphhopper.util.gpx.GpxFromInstructions anymore.
. Did you move the classes somewhere else?

Thanks in advance!
Kons

I found the classes in graphhopper-map-matching-web-bundle rather than in the core module. Tanks anyway!