s

spring-data-querydsl-value-operators

This component provides extensions in terms of "Value operators" in search input fields on top of Querydsl and it's Spring data integration. These value operators embellish the default out of the box capabilities in Spring Data/Querydsl, which is by far statically compiled, by allowing service consumers to plugin different value operators in search fields and thus perform rich/complex queries.
https://bitbucket.org/gt_tech/spring-data-querydsl-value-operators
Apache License, Version 2.0
GT
Files download
File Operation
spring-data-querydsl-value-operators-1.0.0.jar download
spring-data-querydsl-value-operators-1.0.0.pom download
spring-data-querydsl-value-operators-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bitbucket.gt_tech</groupId>
  <artifactId>spring-data-querydsl-value-operators</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.bitbucket.gt_tech:spring-data-querydsl-value-operators:1.0.0'
Gradle Kotlin
implementation("org.bitbucket.gt_tech:spring-data-querydsl-value-operators:1.0.0")
Scala SBT
libraryDependencies += "org.bitbucket.gt_tech" % "spring-data-querydsl-value-operators" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.bitbucket.gt_tech', module='spring-data-querydsl-value-operators', version='1.0.0')
)
Apache Ivy
<dependency org="org.bitbucket.gt_tech" name="spring-data-querydsl-value-operators" rev="1.0.0" />
Leiningen
[org.bitbucket.gt_tech/spring-data-querydsl-value-operators "1.0.0"]
Apache Buildr
'org.bitbucket.gt_tech:spring-data-querydsl-value-operators:jar:1.0.0'