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