MVN

com.github.apavlidi : restfulQueries

Maven & Gradle

Sep 06, 2019
9 stars

RestfulQueries · Develop true restful APIs by supporting pagination, filtering, selection, sorting and searching. This project helps you add these featrues to your REST Controller easily without developing custom solutions. The project is currently only compatible with Spring Boot + Spring Data MongoDB applications.

<dependency>
    <groupId>com.github.apavlidi</groupId>
    <artifactId>restfulQueries</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.apavlidi : restfulQueries to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.github.apavlidi : restfulQueries to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
restfulQueries-0.0.1

How to add a dependency to Maven

Add the following com.github.apavlidi : restfulQueries maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.apavlidi</groupId>
    <artifactId>restfulQueries</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.apavlidi : restfulQueries gradle dependency to your build.gradle file:

implementation 'com.github.apavlidi:restfulQueries:0.0.1'

Gradle Kotlin DSL: Add the following com.github.apavlidi : restfulQueries gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.apavlidi:restfulQueries:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.apavlidi : restfulQueries sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.apavlidi" % "restfulQueries" % "0.0.1"