| License |
License |
|---|---|
| GroupId | GroupIdovh.plrapps |
| ArtifactId | ArtifactIdmapcompose |
| Version | Version1.0.1 |
| Type | Typeaar |
| Description |
DescriptionMapCompose
A Jetpack Compose Android library to display tiled maps, with support for markers, paths, and rotation
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mapcompose-1.0.1.pom | |
| mapcompose-1.0.1-sources.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ovh.plrapps/mapcompose/ -->
<dependency>
<groupId>ovh.plrapps</groupId>
<artifactId>mapcompose</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ovh.plrapps/mapcompose/
implementation 'ovh.plrapps:mapcompose:1.0.1'
// https://jarcasting.com/artifacts/ovh.plrapps/mapcompose/
implementation ("ovh.plrapps:mapcompose:1.0.1")
'ovh.plrapps:mapcompose:aar:1.0.1'
<dependency org="ovh.plrapps" name="mapcompose" rev="1.0.1">
<artifact name="mapcompose" type="aar" />
</dependency>
@Grapes(
@Grab(group='ovh.plrapps', module='mapcompose', version='1.0.1')
)
libraryDependencies += "ovh.plrapps" % "mapcompose" % "1.0.1"
[ovh.plrapps/mapcompose "1.0.1"]