MVN

com.github.mswolfe : spring-query-filter

Maven & Gradle

Feb 11, 2018
0 stars

Spring Query Filter · A library that provides parsing for the 'filter' query parameter

<dependency>
    <groupId>com.github.mswolfe</groupId>
    <artifactId>spring-query-filter</artifactId>
    <version>4.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mswolfe : spring-query-filter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.2

All Versions

Choose a version of com.github.mswolfe : spring-query-filter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
spring-query-filter-4.3.2
spring-query-filter-4.3.1
spring-query-filter-4.3.0
4.2.x
spring-query-filter-4.2.1
spring-query-filter-4.2.0

How to add a dependency to Maven

Add the following com.github.mswolfe : spring-query-filter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mswolfe</groupId>
    <artifactId>spring-query-filter</artifactId>
    <version>4.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mswolfe : spring-query-filter gradle dependency to your build.gradle file:

implementation 'com.github.mswolfe:spring-query-filter:4.3.2'

Gradle Kotlin DSL: Add the following com.github.mswolfe : spring-query-filter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mswolfe:spring-query-filter:4.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mswolfe : spring-query-filter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mswolfe" % "spring-query-filter" % "4.3.2"

Advertisement