GroupId | GroupIdcom.github.ksoichiro |
---|---|
ArtifactId | ArtifactIdsimplealertdialog |
Version | Version1.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
simplealertdialog-1.2.0.pom | |
simplealertdialog-1.2.0.aar | 223 KB |
simplealertdialog-1.2.0-sources.jar | 13 KB |
simplealertdialog-1.2.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ksoichiro/simplealertdialog/ -->
<dependency>
<groupId>com.github.ksoichiro</groupId>
<artifactId>simplealertdialog</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ksoichiro/simplealertdialog/
implementation 'com.github.ksoichiro:simplealertdialog:1.2.0'
// https://jarcasting.com/artifacts/com.github.ksoichiro/simplealertdialog/
implementation ("com.github.ksoichiro:simplealertdialog:1.2.0")
'com.github.ksoichiro:simplealertdialog:aar:1.2.0'
<dependency org="com.github.ksoichiro" name="simplealertdialog" rev="1.2.0">
<artifact name="simplealertdialog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ksoichiro', module='simplealertdialog', version='1.2.0')
)
libraryDependencies += "com.github.ksoichiro" % "simplealertdialog" % "1.2.0"
[com.github.ksoichiro/simplealertdialog "1.2.0"]