| License |
License |
|---|---|
| GroupId | GroupIdovh.plrapps.mapview |
| ArtifactId | ArtifactIdmapview |
| Version | Version3.0.0-rc6 |
| 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.0.0-rc6.pom | |
| mapview-3.0.0-rc6-sources.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ovh.plrapps.mapview/mapview/ -->
<dependency>
<groupId>ovh.plrapps.mapview</groupId>
<artifactId>mapview</artifactId>
<version>3.0.0-rc6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ovh.plrapps.mapview/mapview/
implementation 'ovh.plrapps.mapview:mapview:3.0.0-rc6'
// https://jarcasting.com/artifacts/ovh.plrapps.mapview/mapview/
implementation ("ovh.plrapps.mapview:mapview:3.0.0-rc6")
'ovh.plrapps.mapview:mapview:aar:3.0.0-rc6'
<dependency org="ovh.plrapps.mapview" name="mapview" rev="3.0.0-rc6">
<artifact name="mapview" type="aar" />
</dependency>
@Grapes(
@Grab(group='ovh.plrapps.mapview', module='mapview', version='3.0.0-rc6')
)
libraryDependencies += "ovh.plrapps.mapview" % "mapview" % "3.0.0-rc6"
[ovh.plrapps.mapview/mapview "3.0.0-rc6"]