Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIddev.gitlive |
ArtifactId | ArtifactIdfirebase-app-js |
Version | Version1.6.0 |
Type | Typepom |
Filename | Size |
---|---|
firebase-app-js-1.6.0.pom | |
firebase-app-js-1.6.0.module | 2 KB |
firebase-app-js-1.6.0-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.gitlive/firebase-app-js/ -->
<dependency>
<groupId>dev.gitlive</groupId>
<artifactId>firebase-app-js</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.gitlive/firebase-app-js/
implementation 'dev.gitlive:firebase-app-js:1.6.0'
// https://jarcasting.com/artifacts/dev.gitlive/firebase-app-js/
implementation ("dev.gitlive:firebase-app-js:1.6.0")
'dev.gitlive:firebase-app-js:pom:1.6.0'
<dependency org="dev.gitlive" name="firebase-app-js" rev="1.6.0">
<artifact name="firebase-app-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.gitlive', module='firebase-app-js', version='1.6.0')
)
libraryDependencies += "dev.gitlive" % "firebase-app-js" % "1.6.0"
[dev.gitlive/firebase-app-js "1.6.0"]