<dependency> <groupId>com.github.pjgg</groupId> <artifactId>rxfirestore</artifactId> <version>1.0.6</version> </dependency>
implementation 'com.github.pjgg:rxfirestore:1.0.6'
implementation("com.github.pjgg:rxfirestore:1.0.6")
libraryDependencies += "com.github.pjgg" % "rxfirestore" % "1.0.6"
@Grapes( @Grab(group='com.github.pjgg', module='rxfirestore', version='1.0.6') )
<dependency org="com.github.pjgg" name="rxfirestore" rev="1.0.6" />
[com.github.pjgg/rxfirestore "1.0.6"]
'com.github.pjgg:rxfirestore:jar:1.0.6'
compile
|-- org.apache.commons:commons-lang3:3.8.1
|-- io.vertx:vertx-rx-java2:3.8.5
|-- io.vertx:vertx-core:3.8.5
|-- com.google.cloud:google-cloud-firestore:1.6.0
test
|-- io.vertx:vertx-web:3.8.5
|-- junit:junit:4.12
|-- org.assertj:assertj-core
|-- io.vertx:vertx-junit5:3.8.5