m

mongo-rest-query-builder

This is the simple library that uses the request params are sent to this and depending on that it reurns the result
https://github.com/codehookschannel/mongo-query-builder-for-rest-api
MIT License
Vijay Karchi
Files download
File Operation
mongo-rest-query-builder-1.0.1.jar download
mongo-rest-query-builder-1.0.1.pom download
mongo-rest-query-builder-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.codehookschannel</groupId>
  <artifactId>mongo-rest-query-builder</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.codehookschannel:mongo-rest-query-builder:1.0.1'
Gradle Kotlin
implementation("io.github.codehookschannel:mongo-rest-query-builder:1.0.1")
Scala SBT
libraryDependencies += "io.github.codehookschannel" % "mongo-rest-query-builder" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.codehookschannel', module='mongo-rest-query-builder', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.codehookschannel" name="mongo-rest-query-builder" rev="1.0.1" />
Leiningen
[io.github.codehookschannel/mongo-rest-query-builder "1.0.1"]
Apache Buildr
'io.github.codehookschannel:mongo-rest-query-builder:jar:1.0.1'