Skip to content

Commit ca046bc

Browse files
Add badges for Java
1 parent 4048bf6 commit ca046bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ something more complete see [libosmium](https://osmcode.org/libosmium/).
2121

2222
### Building with Maven
2323

24-
We publish the Java library to [Maven Central](https://search.maven.org/):
24+
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)
2525

2626
```xml
2727
<dependency>
2828
<groupId>org.openstreetmap.pbf</groupId>
2929
<artifactId>osmpbf</artifactId>
30-
<version>1.5.0</version>
30+
<version>${LATEST_VERSION}</version>
3131
</dependency>
3232
```
3333

34+
3435
To build the Java library run:
3536

3637
```sh

0 commit comments

Comments
 (0)