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