Add badges for Java
This commit is contained in:
parent
4048bf6e35
commit
ca046bcff4
|
|
@ -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): 
|
||||
|
||||
```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
|
||||
|
|
|
|||
Loading…
Reference in New Issue