MVN

org.heigit.bigspatialdata : oshdb

Maven & Gradle

Dec 23, 2020
1 usages
79 stars

OSHDB core · The central data model of the OpenStreetMap History Database.

<dependency>
    <groupId>org.heigit.bigspatialdata</groupId>
    <artifactId>oshdb</artifactId>
    <version>0.5.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.heigit.bigspatialdata : oshdb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.11

All Versions

Choose a version of org.heigit.bigspatialdata : oshdb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
oshdb-0.5.11
oshdb-0.5.10
oshdb-0.5.9
oshdb-0.5.8
oshdb-0.5.7
oshdb-0.5.6
oshdb-0.5.5
oshdb-0.5.4
oshdb-0.5.3
oshdb-0.5.2
oshdb-0.5.1

How to add a dependency to Maven

Add the following org.heigit.bigspatialdata : oshdb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.heigit.bigspatialdata</groupId>
    <artifactId>oshdb</artifactId>
    <version>0.5.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.heigit.bigspatialdata : oshdb gradle dependency to your build.gradle file:

implementation 'org.heigit.bigspatialdata:oshdb:0.5.11'

Gradle Kotlin DSL: Add the following org.heigit.bigspatialdata : oshdb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.heigit.bigspatialdata:oshdb:0.5.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.heigit.bigspatialdata : oshdb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.heigit.bigspatialdata" % "oshdb" % "0.5.11"

Advertisement