| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаme.giacoppo |
| Идентификатор | Идентификаторremoteconfig |
| Версия | Версия1.1.4 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| remoteconfig-1.1.4.pom | |
| remoteconfig-1.1.4.aar | 39 KB |
| remoteconfig-1.1.4-sources.jar | 11 KB |
| remoteconfig-1.1.4-javadoc.jar | 86 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/me.giacoppo/remoteconfig/ -->
<dependency>
<groupId>me.giacoppo</groupId>
<artifactId>remoteconfig</artifactId>
<version>1.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.giacoppo/remoteconfig/
implementation 'me.giacoppo:remoteconfig:1.1.4'
// https://jarcasting.com/artifacts/me.giacoppo/remoteconfig/
implementation ("me.giacoppo:remoteconfig:1.1.4")
'me.giacoppo:remoteconfig:aar:1.1.4'
<dependency org="me.giacoppo" name="remoteconfig" rev="1.1.4">
<artifact name="remoteconfig" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.giacoppo', module='remoteconfig', version='1.1.4')
)
libraryDependencies += "me.giacoppo" % "remoteconfig" % "1.1.4"
[me.giacoppo/remoteconfig "1.1.4"]