| Группа | Группаcom.github.d-max |
|---|---|
| Идентификатор | Идентификаторstatic-map |
| Версия | Версия0.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| static-map-0.1.pom | |
| static-map-0.1.aar | 13 KB |
| static-map-0.1-sources.jar | 7 KB |
| static-map-0.1-javadoc.jar | 65 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.d-max/static-map/ -->
<dependency>
<groupId>com.github.d-max</groupId>
<artifactId>static-map</artifactId>
<version>0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.d-max/static-map/
implementation 'com.github.d-max:static-map:0.1'
// https://jarcasting.com/artifacts/com.github.d-max/static-map/
implementation ("com.github.d-max:static-map:0.1")
'com.github.d-max:static-map:aar:0.1'
<dependency org="com.github.d-max" name="static-map" rev="0.1">
<artifact name="static-map" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.d-max', module='static-map', version='0.1')
)
libraryDependencies += "com.github.d-max" % "static-map" % "0.1"
[com.github.d-max/static-map "0.1"]