MVN

org.openstreetmap.osmosis : osmosis-extract

Maven & Gradle

Sep 08, 2020
593 stars

osmosis-extract · Osmosis is a Java application and library for processing OSM data.

<dependency>
    <groupId>org.openstreetmap.osmosis</groupId>
    <artifactId>osmosis-extract</artifactId>
    <version>0.48.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openstreetmap.osmosis : osmosis-extract to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.48.3

All Versions

Choose a version of org.openstreetmap.osmosis : osmosis-extract to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.48.x
osmosis-extract-0.48.3
osmosis-extract-0.48.2
osmosis-extract-0.48.1
osmosis-extract-0.48.0
0.47.x
osmosis-extract-0.47.3
osmosis-extract-0.47.2
osmosis-extract-0.47.1-1-g80be2971
0.47
osmosis-extract-0.47
0.46
osmosis-extract-0.46
0.45
osmosis-extract-0.45
0.44.x
osmosis-extract-0.44.1
0.43.x
osmosis-extract-0.43.1
0.43
osmosis-extract-0.43-RELEASE

How to add a dependency to Maven

Add the following org.openstreetmap.osmosis : osmosis-extract maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openstreetmap.osmosis</groupId>
    <artifactId>osmosis-extract</artifactId>
    <version>0.48.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openstreetmap.osmosis : osmosis-extract gradle dependency to your build.gradle file:

implementation 'org.openstreetmap.osmosis:osmosis-extract:0.48.3'

Gradle Kotlin DSL: Add the following org.openstreetmap.osmosis : osmosis-extract gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openstreetmap.osmosis:osmosis-extract:0.48.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openstreetmap.osmosis : osmosis-extract sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openstreetmap.osmosis" % "osmosis-extract" % "0.48.3"

Advertisement