| License |
License |
|---|---|
| GroupId | GroupIdovh.plrapps |
| ArtifactId | ArtifactIdmapview |
| Version | Version3.1.1 |
| Type | Typeaar |
| Description |
DescriptionMapView
Android Kotlin library to display tiled maps, with support of markers and paths
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mapview-3.1.1.pom | |
| mapview-3.1.1-sources.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ovh.plrapps/mapview/ -->
<dependency>
<groupId>ovh.plrapps</groupId>
<artifactId>mapview</artifactId>
<version>3.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ovh.plrapps/mapview/
implementation 'ovh.plrapps:mapview:3.1.1'
// https://jarcasting.com/artifacts/ovh.plrapps/mapview/
implementation ("ovh.plrapps:mapview:3.1.1")
'ovh.plrapps:mapview:aar:3.1.1'
<dependency org="ovh.plrapps" name="mapview" rev="3.1.1">
<artifact name="mapview" type="aar" />
</dependency>
@Grapes(
@Grab(group='ovh.plrapps', module='mapview', version='3.1.1')
)
libraryDependencies += "ovh.plrapps" % "mapview" % "3.1.1"
[ovh.plrapps/mapview "3.1.1"]