| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.firebase |
| ArtifactId | ArtifactIdfirebase-client |
| Version | Version2.2.4 |
| Type | Typepom |
| Description |
DescriptionFirebase Java Client
Firebase Java Client
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| firebase-client-2.2.4.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.firebase/firebase-client/ -->
<dependency>
<groupId>com.firebase</groupId>
<artifactId>firebase-client</artifactId>
<version>2.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.firebase/firebase-client/
implementation 'com.firebase:firebase-client:2.2.4'
// https://jarcasting.com/artifacts/com.firebase/firebase-client/
implementation ("com.firebase:firebase-client:2.2.4")
'com.firebase:firebase-client:pom:2.2.4'
<dependency org="com.firebase" name="firebase-client" rev="2.2.4">
<artifact name="firebase-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.firebase', module='firebase-client', version='2.2.4')
)
libraryDependencies += "com.firebase" % "firebase-client" % "2.2.4"
[com.firebase/firebase-client "2.2.4"]