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
文件下载
文件名 操作
spring-data-querydsl-value-operators-4.0.0.jar 下载
spring-data-querydsl-value-operators-4.0.0.pom 下载
spring-data-querydsl-value-operators-4.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bitbucket.gt_tech</groupId>
  <artifactId>spring-data-querydsl-value-operators</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.bitbucket.gt_tech:spring-data-querydsl-value-operators:4.0.0'
Gradle Kotlin
implementation("org.bitbucket.gt_tech:spring-data-querydsl-value-operators:4.0.0")
Scala SBT
libraryDependencies += "org.bitbucket.gt_tech" % "spring-data-querydsl-value-operators" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.bitbucket.gt_tech', module='spring-data-querydsl-value-operators', version='4.0.0')
)
Apache Ivy
<dependency org="org.bitbucket.gt_tech" name="spring-data-querydsl-value-operators" rev="4.0.0" />
Leiningen
[org.bitbucket.gt_tech/spring-data-querydsl-value-operators "4.0.0"]
Apache Buildr
'org.bitbucket.gt_tech:spring-data-querydsl-value-operators:jar:4.0.0'