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