GroupId | GroupIdcom.github.pjgg |
---|---|
ArtifactId | ArtifactIdrxfirestore |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
rxfirestore-1.0.6.pom | |
rxfirestore-1.0.6.jar | 37 KB |
rxfirestore-1.0.6-sources.jar | 25 KB |
rxfirestore-1.0.6-javadoc.jar | 481 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pjgg/rxfirestore/ -->
<dependency>
<groupId>com.github.pjgg</groupId>
<artifactId>rxfirestore</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pjgg/rxfirestore/
implementation 'com.github.pjgg:rxfirestore:1.0.6'
// https://jarcasting.com/artifacts/com.github.pjgg/rxfirestore/
implementation ("com.github.pjgg:rxfirestore:1.0.6")
'com.github.pjgg:rxfirestore:jar:1.0.6'
<dependency org="com.github.pjgg" name="rxfirestore" rev="1.0.6">
<artifact name="rxfirestore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pjgg', module='rxfirestore', version='1.0.6')
)
libraryDependencies += "com.github.pjgg" % "rxfirestore" % "1.0.6"
[com.github.pjgg/rxfirestore "1.0.6"]