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