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