MVN

de.muehlencord : osm-proxy

Maven & Gradle

Sep 12, 2019
38 stars

osm-proxy · OSMProxy is a simple caching OpenStreetMap proxy. Instead of directly requesting tiles from the OpenStreetMap servers you can configure this application to serve as proxy instead. If a tile is not cached, it will be downloaded from OpenStreetMap instead, cached and served to your application.

<dependency>
    <groupId>de.muehlencord</groupId>
    <artifactId>osm-proxy</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.muehlencord : osm-proxy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of de.muehlencord : osm-proxy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
osm-proxy-1.0.5

How to add a dependency to Maven

Add the following de.muehlencord : osm-proxy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.muehlencord</groupId>
    <artifactId>osm-proxy</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.muehlencord : osm-proxy gradle dependency to your build.gradle file:

implementation 'de.muehlencord:osm-proxy:1.0.5'

Gradle Kotlin DSL: Add the following de.muehlencord : osm-proxy gradle kotlin dependency to your build.gradle.kts file:

implementation("de.muehlencord:osm-proxy:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.muehlencord : osm-proxy sbt scala dependency to your build.sbt file:

libraryDependencies += "de.muehlencord" % "osm-proxy" % "1.0.5"

Advertisement