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