Last Version

Querydsl predicate language parser 0.17

Language used to define JPA query using the JPA model, which under the hood uses Querydsl to construct the predicate.

License

License

Categories

Categories

Querydsl Data Databases
GroupId

GroupId

foundation.fluent.api
ArtifactId

ArtifactId

querydsl-parser-project
Version

Version

0.17
Type

Type

pom
Description

Description

Querydsl predicate language parser
Language used to define JPA query using the JPA model, which under the hood uses Querydsl to construct the predicate.
Project URL

Project URL

https://github.com/c0stra/rpg/wiki/querydsl-parser
Source Code Management

Source Code Management

https://github.com/c0stra/rpg

Download querydsl-parser-project 0.17


<!-- https://jarcasting.com/artifacts/foundation.fluent.api/querydsl-parser-project/ -->
<dependency>
    <groupId>foundation.fluent.api</groupId>
    <artifactId>querydsl-parser-project</artifactId>
    <version>0.17</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/foundation.fluent.api/querydsl-parser-project/
implementation 'foundation.fluent.api:querydsl-parser-project:0.17'
// https://jarcasting.com/artifacts/foundation.fluent.api/querydsl-parser-project/
implementation ("foundation.fluent.api:querydsl-parser-project:0.17")
'foundation.fluent.api:querydsl-parser-project:pom:0.17'
<dependency org="foundation.fluent.api" name="querydsl-parser-project" rev="0.17">
  <artifact name="querydsl-parser-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='foundation.fluent.api', module='querydsl-parser-project', version='0.17')
)
libraryDependencies += "foundation.fluent.api" % "querydsl-parser-project" % "0.17"
[foundation.fluent.api/querydsl-parser-project "0.17"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • querydsl-parser
  • spring-jpa-search
  • spring-boot-jpa-search-starter