Last Version

spring-filter 0.0.6

Add dynamic filters to your JPA Models in Spring Boot App

License

License

GroupId

GroupId

xyz.baldeep
ArtifactId

ArtifactId

spring-filter
Version

Version

0.0.6
Type

Type

jar
Description

Description

spring-filter
Add dynamic filters to your JPA Models in Spring Boot App

Download spring-filter 0.0.6


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

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.3.9.RELEASE
org.projectlombok : lombok Optional jar 1.18.18
org.springframework.data : spring-data-jpa jar
javax.persistence : javax.persistence-api jar 2.2
org.hibernate : hibernate-core jar 5.4.28.Final

Project Modules

There are no modules declared in this project.