| GroupId | GroupIdovh.plrapps |
|---|---|
| ArtifactId | ArtifactIdmapcompose |
| Version | Version1.0.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| mapcompose-1.0.4.pom | |
| mapcompose-1.0.4-sources.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ovh.plrapps/mapcompose/ -->
<dependency>
<groupId>ovh.plrapps</groupId>
<artifactId>mapcompose</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ovh.plrapps/mapcompose/
implementation 'ovh.plrapps:mapcompose:1.0.4'
// https://jarcasting.com/artifacts/ovh.plrapps/mapcompose/
implementation ("ovh.plrapps:mapcompose:1.0.4")
'ovh.plrapps:mapcompose:aar:1.0.4'
<dependency org="ovh.plrapps" name="mapcompose" rev="1.0.4">
<artifact name="mapcompose" type="aar" />
</dependency>
@Grapes(
@Grab(group='ovh.plrapps', module='mapcompose', version='1.0.4')
)
libraryDependencies += "ovh.plrapps" % "mapcompose" % "1.0.4"
[ovh.plrapps/mapcompose "1.0.4"]