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