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