| GroupId | GroupIdcom.github.d-max |
|---|---|
| ArtifactId | ArtifactIdstatic-map |
| Version | Version0.1.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| static-map-0.1.2.pom | |
| static-map-0.1.2.aar | 13 KB |
| static-map-0.1.2-sources.jar | 8 KB |
| static-map-0.1.2-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.d-max/static-map/ -->
<dependency>
<groupId>com.github.d-max</groupId>
<artifactId>static-map</artifactId>
<version>0.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.d-max/static-map/
implementation 'com.github.d-max:static-map:0.1.2'
// https://jarcasting.com/artifacts/com.github.d-max/static-map/
implementation ("com.github.d-max:static-map:0.1.2")
'com.github.d-max:static-map:aar:0.1.2'
<dependency org="com.github.d-max" name="static-map" rev="0.1.2">
<artifact name="static-map" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.d-max', module='static-map', version='0.1.2')
)
libraryDependencies += "com.github.d-max" % "static-map" % "0.1.2"
[com.github.d-max/static-map "0.1.2"]