Add badges for Java

This commit is contained in:
Leonard Ehrenfried 2025-12-20 09:51:03 +01:00
parent 4048bf6e35
commit ca046bcff4
No known key found for this signature in database
GPG Key ID: 91B9733022C70C1C
1 changed files with 3 additions and 2 deletions

View File

@ -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
<dependency>
<groupId>org.openstreetmap.pbf</groupId>
<artifactId>osmpbf</artifactId>
<version>1.5.0</version>
<version>${LATEST_VERSION}</version>
</dependency>
```
To build the Java library run:
```sh