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