is not current version
Last Version 0.11.0

io.github.vdavidp:jpa-filter-parent 0.6.0

Add filtering capabilities to the spring crud repositories. Additionally it can be used alone to create expression trees.

GroupId

GroupId

io.github.vdavidp
ArtifactId

ArtifactId

jpa-filter-parent
Version

Version

0.6.0
Type

Type

pom

Download jpa-filter-parent 0.6.0


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