is not current version
Last Version 0.11.0

io.github.vdavidp:jpa-filter 0.2.1

Dynamic generation of predicates for jpa criteria api

GroupId

GroupId

io.github.vdavidp
ArtifactId

ArtifactId

jpa-filter
Version

Version

0.2.1
Type

Type

jar

Download jpa-filter 0.2.1


<!-- https://jarcasting.com/artifacts/io.github.vdavidp/jpa-filter/ -->
<dependency>
    <groupId>io.github.vdavidp</groupId>
    <artifactId>jpa-filter</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vdavidp/jpa-filter/
implementation 'io.github.vdavidp:jpa-filter:0.2.1'
// https://jarcasting.com/artifacts/io.github.vdavidp/jpa-filter/
implementation ("io.github.vdavidp:jpa-filter:0.2.1")
'io.github.vdavidp:jpa-filter:jar:0.2.1'
<dependency org="io.github.vdavidp" name="jpa-filter" rev="0.2.1">
  <artifact name="jpa-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vdavidp', module='jpa-filter', version='0.2.1')
)
libraryDependencies += "io.github.vdavidp" % "jpa-filter" % "0.2.1"
[io.github.vdavidp/jpa-filter "0.2.1"]