License |
License |
---|---|
GroupId | GroupIdcom.github.vignesh-iopex |
ArtifactId | ArtifactIdconfirmdialog |
Version | Version2.0-rc1 |
Type | Typeaar |
Description |
DescriptionConfirmDialog Android Library
A custom animated Android confirm dialog library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
confirmdialog-2.0-rc1.pom | |
confirmdialog-2.0-rc1.aar | 16 KB |
confirmdialog-2.0-rc1-sources.jar | 6 KB |
confirmdialog-2.0-rc1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vignesh-iopex/confirmdialog/ -->
<dependency>
<groupId>com.github.vignesh-iopex</groupId>
<artifactId>confirmdialog</artifactId>
<version>2.0-rc1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vignesh-iopex/confirmdialog/
implementation 'com.github.vignesh-iopex:confirmdialog:2.0-rc1'
// https://jarcasting.com/artifacts/com.github.vignesh-iopex/confirmdialog/
implementation ("com.github.vignesh-iopex:confirmdialog:2.0-rc1")
'com.github.vignesh-iopex:confirmdialog:aar:2.0-rc1'
<dependency org="com.github.vignesh-iopex" name="confirmdialog" rev="2.0-rc1">
<artifact name="confirmdialog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.vignesh-iopex', module='confirmdialog', version='2.0-rc1')
)
libraryDependencies += "com.github.vignesh-iopex" % "confirmdialog" % "2.0-rc1"
[com.github.vignesh-iopex/confirmdialog "2.0-rc1"]