GroupId | GroupIdco.touchlab |
---|---|
ArtifactId | ArtifactIdfirestore |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
firestore-0.1.0.pom | |
firestore-0.1.0.module | 1 KB |
firestore-0.1.0-sources.jar | 261 bytes |
firestore-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab/firestore/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>firestore</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/firestore/
implementation 'co.touchlab:firestore:0.1.0'
// https://jarcasting.com/artifacts/co.touchlab/firestore/
implementation ("co.touchlab:firestore:0.1.0")
'co.touchlab:firestore:pom:0.1.0'
<dependency org="co.touchlab" name="firestore" rev="0.1.0">
<artifact name="firestore" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='firestore', version='0.1.0')
)
libraryDependencies += "co.touchlab" % "firestore" % "0.1.0"
[co.touchlab/firestore "0.1.0"]