| GroupId | GroupIdio.github.therandomcrafter83 |
|---|---|
| ArtifactId | ArtifactIdcustom-dialogs |
| Version | Version1.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| custom-dialogs-1.3.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.therandomcrafter83/custom-dialogs/ -->
<dependency>
<groupId>io.github.therandomcrafter83</groupId>
<artifactId>custom-dialogs</artifactId>
<version>1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.therandomcrafter83/custom-dialogs/
implementation 'io.github.therandomcrafter83:custom-dialogs:1.3'
// https://jarcasting.com/artifacts/io.github.therandomcrafter83/custom-dialogs/
implementation ("io.github.therandomcrafter83:custom-dialogs:1.3")
'io.github.therandomcrafter83:custom-dialogs:aar:1.3'
<dependency org="io.github.therandomcrafter83" name="custom-dialogs" rev="1.3">
<artifact name="custom-dialogs" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.therandomcrafter83', module='custom-dialogs', version='1.3')
)
libraryDependencies += "io.github.therandomcrafter83" % "custom-dialogs" % "1.3"
[io.github.therandomcrafter83/custom-dialogs "1.3"]