| Categories |
CategoriesOpenStreetMap Business Logic Libraries Geospatial |
|---|---|
| GroupId | GroupIdorg.openstreetmap.osmosis |
| ArtifactId | ArtifactIdosmosis-pbf |
| Version | Version0.43-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| osmosis-pbf-0.43-RELEASE.pom | |
| osmosis-pbf-0.43-RELEASE.jar | 24 KB |
| osmosis-pbf-0.43-RELEASE-sources.jar | 10 KB |
| osmosis-pbf-0.43-RELEASE-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openstreetmap.osmosis/osmosis-pbf/ -->
<dependency>
<groupId>org.openstreetmap.osmosis</groupId>
<artifactId>osmosis-pbf</artifactId>
<version>0.43-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.openstreetmap.osmosis/osmosis-pbf/
implementation 'org.openstreetmap.osmosis:osmosis-pbf:0.43-RELEASE'
// https://jarcasting.com/artifacts/org.openstreetmap.osmosis/osmosis-pbf/
implementation ("org.openstreetmap.osmosis:osmosis-pbf:0.43-RELEASE")
'org.openstreetmap.osmosis:osmosis-pbf:jar:0.43-RELEASE'
<dependency org="org.openstreetmap.osmosis" name="osmosis-pbf" rev="0.43-RELEASE">
<artifact name="osmosis-pbf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openstreetmap.osmosis', module='osmosis-pbf', version='0.43-RELEASE')
)
libraryDependencies += "org.openstreetmap.osmosis" % "osmosis-pbf" % "0.43-RELEASE"
[org.openstreetmap.osmosis/osmosis-pbf "0.43-RELEASE"]