Last Version

Spring Data QueryDSL value operators 4.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.

License

License

Categories

Categories

Data Querydsl Databases
GroupId

GroupId

org.bitbucket.gt_tech
ArtifactId

ArtifactId

spring-data-querydsl-value-operators
Version

Version

4.0.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://bitbucket.org/gt_tech/spring-data-querydsl-value-operators
Source Code Management

Source Code Management

https://bitbucket.org/gt_tech/spring-data-querydsl-value-operators/

Download spring-data-querydsl-value-operators 4.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>4.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:4.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:4.0.0")
'org.bitbucket.gt_tech:spring-data-querydsl-value-operators:jar:4.0.0'
<dependency org="org.bitbucket.gt_tech" name="spring-data-querydsl-value-operators" rev="4.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='4.0.0')
)
libraryDependencies += "org.bitbucket.gt_tech" % "spring-data-querydsl-value-operators" % "4.0.0"
[org.bitbucket.gt_tech/spring-data-querydsl-value-operators "4.0.0"]

Dependencies

compile (6)

Group / Artifact Type Version
com.querydsl : querydsl-core jar
com.querydsl : querydsl-collections jar
com.google.guava : guava jar 27.1-jre
org.apache.commons : commons-lang3 jar
org.apache.commons : commons-collections4 jar 4.3
org.slf4j : slf4j-api jar

provided (3)

Group / Artifact Type Version
org.springframework.data : spring-data-commons jar
org.springframework : spring-context jar
javax.servlet : javax.servlet-api jar

test (13)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.15
org.spockframework : spock-core jar 1.1-groovy-2.4
org.springframework.boot : spring-boot-starter-test jar
org.springframework.boot : spring-boot-starter-data-jpa jar
com.h2database : h2 jar
com.querydsl : querydsl-jpa jar
org.springframework.boot : spring-boot-starter-data-rest jar
org.springframework.boot : spring-boot-starter-web jar
org.springframework : spring-web jar
org.springframework.boot : spring-boot-starter-logging jar
cglib : cglib-nodep jar 3.2.6
net.bytebuddy : byte-buddy jar
org.objenesis : objenesis jar 2.5.1

Project Modules

There are no modules declared in this project.