MVN

ovh.plrapps : mapview

Maven & Gradle

May 26, 2023
181 stars

MapView · Android Kotlin library to display tiled maps, with support of markers and paths

<dependency>
    <groupId>ovh.plrapps</groupId>
    <artifactId>mapview</artifactId>
    <version>3.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ovh.plrapps : mapview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.6
  • Latest Release Candidate: 3.0.0-rc7

All Versions

Choose a version of ovh.plrapps : mapview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
mapview-3.1.6
mapview-3.1.5
mapview-3.1.4
mapview-3.1.3
mapview-3.1.2
mapview-3.1.1
mapview-3.1.0
3.0.x
mapview-3.0.0
mapview-3.0.0-rc7
mapview-3.0.0-rc6
mapview
mapview-mapview

How to add a dependency to Maven

Add the following ovh.plrapps : mapview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ovh.plrapps</groupId>
    <artifactId>mapview</artifactId>
    <version>3.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ovh.plrapps : mapview gradle dependency to your build.gradle file:

implementation 'ovh.plrapps:mapview:3.1.6'

Gradle Kotlin DSL: Add the following ovh.plrapps : mapview gradle kotlin dependency to your build.gradle.kts file:

implementation("ovh.plrapps:mapview:3.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following ovh.plrapps : mapview sbt scala dependency to your build.sbt file:

libraryDependencies += "ovh.plrapps" % "mapview" % "3.1.6"