Files download
File Operation
rxfirestore-1.0.3.jar download
rxfirestore-1.0.3.pom download
rxfirestore-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pjgg</groupId>
  <artifactId>rxfirestore</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.pjgg:rxfirestore:1.0.3'
Gradle Kotlin
implementation("com.github.pjgg:rxfirestore:1.0.3")
Scala SBT
libraryDependencies += "com.github.pjgg" % "rxfirestore" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pjgg', module='rxfirestore', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.pjgg" name="rxfirestore" rev="1.0.3" />
Leiningen
[com.github.pjgg/rxfirestore "1.0.3"]
Apache Buildr
'com.github.pjgg:rxfirestore:jar:1.0.3'