| GroupId | GroupIdcom.github.d-max |
|---|---|
| ArtifactId | ArtifactIdspots-dialog |
| Version | Version0.6-bt22 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| spots-dialog-0.6-bt22.pom | |
| spots-dialog-0.6-bt22.aar | 9 KB |
| spots-dialog-0.6-bt22-sources.jar | 3 KB |
| spots-dialog-0.6-bt22-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.d-max/spots-dialog/ -->
<dependency>
<groupId>com.github.d-max</groupId>
<artifactId>spots-dialog</artifactId>
<version>0.6-bt22</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.d-max/spots-dialog/
implementation 'com.github.d-max:spots-dialog:0.6-bt22'
// https://jarcasting.com/artifacts/com.github.d-max/spots-dialog/
implementation ("com.github.d-max:spots-dialog:0.6-bt22")
'com.github.d-max:spots-dialog:aar:0.6-bt22'
<dependency org="com.github.d-max" name="spots-dialog" rev="0.6-bt22">
<artifact name="spots-dialog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.d-max', module='spots-dialog', version='0.6-bt22')
)
libraryDependencies += "com.github.d-max" % "spots-dialog" % "0.6-bt22"
[com.github.d-max/spots-dialog "0.6-bt22"]