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