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