io.github.vdavidp:jpa-filter-spring

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

License

License

GroupId

GroupId

io.github.vdavidp
ArtifactId

ArtifactId

jpa-filter-spring
Last Version

Last Version

0.11.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Source Code Management

https://github.com/vdavidp/jpa-filter/tree/master/jpa-filter-spring

Download jpa-filter-spring

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.data : spring-data-jpa jar
io.github.vdavidp : jpa-filter jar 0.11.0
org.springframework : spring-web jar
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework : spring-webmvc jar

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-data-jpa jar
com.h2database : h2 jar
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

Versions

Version
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1