is not current version
Last Version 4.0.0

org.bitbucket.gt_tech:spring-data-querydsl-value-operators 3.0.0

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.

Categories

Categories

Data Querydsl Databases
GroupId

GroupId

org.bitbucket.gt_tech
ArtifactId

ArtifactId

spring-data-querydsl-value-operators
Version

Version

3.0.0
Type

Type

jar

Download spring-data-querydsl-value-operators 3.0.0


<!-- https://jarcasting.com/artifacts/org.bitbucket.gt_tech/spring-data-querydsl-value-operators/ -->
<dependency>
    <groupId>org.bitbucket.gt_tech</groupId>
    <artifactId>spring-data-querydsl-value-operators</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.gt_tech/spring-data-querydsl-value-operators/
implementation 'org.bitbucket.gt_tech:spring-data-querydsl-value-operators:3.0.0'
// https://jarcasting.com/artifacts/org.bitbucket.gt_tech/spring-data-querydsl-value-operators/
implementation ("org.bitbucket.gt_tech:spring-data-querydsl-value-operators:3.0.0")
'org.bitbucket.gt_tech:spring-data-querydsl-value-operators:jar:3.0.0'
<dependency org="org.bitbucket.gt_tech" name="spring-data-querydsl-value-operators" rev="3.0.0">
  <artifact name="spring-data-querydsl-value-operators" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.gt_tech', module='spring-data-querydsl-value-operators', version='3.0.0')
)
libraryDependencies += "org.bitbucket.gt_tech" % "spring-data-querydsl-value-operators" % "3.0.0"
[org.bitbucket.gt_tech/spring-data-querydsl-value-operators "3.0.0"]