| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.techyourchance |
| Идентификатор | Идентификаторdialoghelper |
| Версия | Версия1.0.1 |
| Тип | Типaar |
| Описание |
Описаниеdialoghelper
Android library for simple dialogs management
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dialoghelper-1.0.1.pom | |
| dialoghelper-1.0.1-sources.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.techyourchance/dialoghelper/ -->
<dependency>
<groupId>com.techyourchance</groupId>
<artifactId>dialoghelper</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.techyourchance/dialoghelper/
implementation 'com.techyourchance:dialoghelper:1.0.1'
// https://jarcasting.com/artifacts/com.techyourchance/dialoghelper/
implementation ("com.techyourchance:dialoghelper:1.0.1")
'com.techyourchance:dialoghelper:aar:1.0.1'
<dependency org="com.techyourchance" name="dialoghelper" rev="1.0.1">
<artifact name="dialoghelper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.techyourchance', module='dialoghelper', version='1.0.1')
)
libraryDependencies += "com.techyourchance" % "dialoghelper" % "1.0.1"
[com.techyourchance/dialoghelper "1.0.1"]