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
|
### 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
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.openstreetmap.pbf</groupId>
|
<groupId>org.openstreetmap.pbf</groupId>
|
||||||
<artifactId>osmpbf</artifactId>
|
<artifactId>osmpbf</artifactId>
|
||||||
<version>1.5.0</version>
|
<version>${LATEST_VERSION}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
To build the Java library run:
|
To build the Java library run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue