文件下载
文件名 操作
rxfirestore-1.0.7.jar 下载
rxfirestore-1.0.7.pom 下载
rxfirestore-1.0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.pjgg</groupId>
  <artifactId>rxfirestore</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.pjgg:rxfirestore:1.0.7'
Gradle Kotlin
implementation("com.github.pjgg:rxfirestore:1.0.7")
Scala SBT
libraryDependencies += "com.github.pjgg" % "rxfirestore" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pjgg', module='rxfirestore', version='1.0.7')
)
Apache Ivy
<dependency org="com.github.pjgg" name="rxfirestore" rev="1.0.7" />
Leiningen
[com.github.pjgg/rxfirestore "1.0.7"]
Apache Buildr
'com.github.pjgg:rxfirestore:jar:1.0.7'