| GroupId | GroupIdcom.pcchin.customdialog |
|---|---|
| ArtifactId | ArtifactIdcustomdialog |
| Version | Version1.0.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| customdialog-1.0.3.pom | |
| customdialog-1.0.3.aar | 16 KB |
| customdialog-1.0.3-sources.jar | 3 KB |
| customdialog-1.0.3-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pcchin.customdialog/customdialog/ -->
<dependency>
<groupId>com.pcchin.customdialog</groupId>
<artifactId>customdialog</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pcchin.customdialog/customdialog/
implementation 'com.pcchin.customdialog:customdialog:1.0.3'
// https://jarcasting.com/artifacts/com.pcchin.customdialog/customdialog/
implementation ("com.pcchin.customdialog:customdialog:1.0.3")
'com.pcchin.customdialog:customdialog:aar:1.0.3'
<dependency org="com.pcchin.customdialog" name="customdialog" rev="1.0.3">
<artifact name="customdialog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pcchin.customdialog', module='customdialog', version='1.0.3')
)
libraryDependencies += "com.pcchin.customdialog" % "customdialog" % "1.0.3"
[com.pcchin.customdialog/customdialog "1.0.3"]