diff --git a/README.md b/README.md index e8635ec..0148ec4 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,17 @@ something more complete see [libosmium](https://osmcode.org/libosmium/). ### Building with Maven -We publish the Java library to [Maven Central](https://search.maven.org/): +We publish the Java library to [Maven Central](https://mvnrepository.com/artifact/org.openstreetmap.pbf/osmpbf): ![Maven Central](https://img.shields.io/maven-central/v/org.openstreetmap.pbf/osmpbf.svg) ```xml org.openstreetmap.pbf osmpbf - 1.5.0 + ${LATEST_VERSION} ``` + To build the Java library run: ```sh