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