| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаcom.jdroidframework |
| Идентификатор | Идентификаторjdroid-android-firebase-remoteconfig |
| Версия | Версия0.12.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.jdroidframework/jdroid-android-firebase-remoteconfig/ -->
<dependency>
<groupId>com.jdroidframework</groupId>
<artifactId>jdroid-android-firebase-remoteconfig</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jdroidframework/jdroid-android-firebase-remoteconfig/
implementation 'com.jdroidframework:jdroid-android-firebase-remoteconfig:0.12.0'
// https://jarcasting.com/artifacts/com.jdroidframework/jdroid-android-firebase-remoteconfig/
implementation ("com.jdroidframework:jdroid-android-firebase-remoteconfig:0.12.0")
'com.jdroidframework:jdroid-android-firebase-remoteconfig:jar:0.12.0'
<dependency org="com.jdroidframework" name="jdroid-android-firebase-remoteconfig" rev="0.12.0">
<artifact name="jdroid-android-firebase-remoteconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jdroidframework', module='jdroid-android-firebase-remoteconfig', version='0.12.0')
)
libraryDependencies += "com.jdroidframework" % "jdroid-android-firebase-remoteconfig" % "0.12.0"
[com.jdroidframework/jdroid-android-firebase-remoteconfig "0.12.0"]