From ca046bcff4d8bd1570b7a255e7a20b31d4133cd9 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Sat, 20 Dec 2025 09:51:03 +0100 Subject: [PATCH] Add badges for Java --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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