| GroupId | GroupIdcom.github.jenly1314.AppUpdater |
|---|---|
| ArtifactId | ArtifactIdapp-dialog |
| Version | Version1.0.10 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| app-dialog-1.0.10.pom | |
| app-dialog-1.0.10-sources.jar | 7 KB |
| app-dialog-1.0.10-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jenly1314.AppUpdater/app-dialog/ -->
<dependency>
<groupId>com.github.jenly1314.AppUpdater</groupId>
<artifactId>app-dialog</artifactId>
<version>1.0.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jenly1314.AppUpdater/app-dialog/
implementation 'com.github.jenly1314.AppUpdater:app-dialog:1.0.10'
// https://jarcasting.com/artifacts/com.github.jenly1314.AppUpdater/app-dialog/
implementation ("com.github.jenly1314.AppUpdater:app-dialog:1.0.10")
'com.github.jenly1314.AppUpdater:app-dialog:aar:1.0.10'
<dependency org="com.github.jenly1314.AppUpdater" name="app-dialog" rev="1.0.10">
<artifact name="app-dialog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.jenly1314.AppUpdater', module='app-dialog', version='1.0.10')
)
libraryDependencies += "com.github.jenly1314.AppUpdater" % "app-dialog" % "1.0.10"
[com.github.jenly1314.AppUpdater/app-dialog "1.0.10"]