GroupId | GroupIdio.github.lonelypluto |
---|---|
ArtifactId | ArtifactIdmap |
Version | Version3.0.12 |
Type | Typeaar |
Filename | Size |
---|---|
map-3.0.12.pom | |
map-3.0.12.aar | 1 MB |
map-3.0.12-sources.jar | 727 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.lonelypluto/map/ -->
<dependency>
<groupId>io.github.lonelypluto</groupId>
<artifactId>map</artifactId>
<version>3.0.12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.lonelypluto/map/
implementation 'io.github.lonelypluto:map:3.0.12'
// https://jarcasting.com/artifacts/io.github.lonelypluto/map/
implementation ("io.github.lonelypluto:map:3.0.12")
'io.github.lonelypluto:map:aar:3.0.12'
<dependency org="io.github.lonelypluto" name="map" rev="3.0.12">
<artifact name="map" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.lonelypluto', module='map', version='3.0.12')
)
libraryDependencies += "io.github.lonelypluto" % "map" % "3.0.12"
[io.github.lonelypluto/map "3.0.12"]