s

spring-data-jpa-filterable

Add filtering capability to Spring Data JPA
https://github.com/trankimtung/spring-data-jpa-filterable
MIT License
Tran Kim Tung
Files download
File Operation
spring-data-jpa-filterable-0.0.2.jar download
spring-data-jpa-filterable-0.0.2.pom download
spring-data-jpa-filterable-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.trankimtung.spring</groupId>
  <artifactId>spring-data-jpa-filterable</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.trankimtung.spring:spring-data-jpa-filterable:0.0.2'
Gradle Kotlin
implementation("com.trankimtung.spring:spring-data-jpa-filterable:0.0.2")
Scala SBT
libraryDependencies += "com.trankimtung.spring" % "spring-data-jpa-filterable" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.trankimtung.spring', module='spring-data-jpa-filterable', version='0.0.2')
)
Apache Ivy
<dependency org="com.trankimtung.spring" name="spring-data-jpa-filterable" rev="0.0.2" />
Leiningen
[com.trankimtung.spring/spring-data-jpa-filterable "0.0.2"]
Apache Buildr
'com.trankimtung.spring:spring-data-jpa-filterable:jar:0.0.2'