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.1-A4.jar download
spring-data-jpa-filterable-0.0.1-A4.pom download
spring-data-jpa-filterable-0.0.1-A4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.trankimtung.spring</groupId>
  <artifactId>spring-data-jpa-filterable</artifactId>
  <version>0.0.1-A4</version>
</dependency>
Gradle Groovy
implementation 'com.trankimtung.spring:spring-data-jpa-filterable:0.0.1-A4'
Gradle Kotlin
implementation("com.trankimtung.spring:spring-data-jpa-filterable:0.0.1-A4")
Scala SBT
libraryDependencies += "com.trankimtung.spring" % "spring-data-jpa-filterable" % "0.0.1-A4"
Groovy Grape
@Grapes(
  @Grab(group='com.trankimtung.spring', module='spring-data-jpa-filterable', version='0.0.1-A4')
)
Apache Ivy
<dependency org="com.trankimtung.spring" name="spring-data-jpa-filterable" rev="0.0.1-A4" />
Leiningen
[com.trankimtung.spring/spring-data-jpa-filterable "0.0.1-A4"]
Apache Buildr
'com.trankimtung.spring:spring-data-jpa-filterable:jar:0.0.1-A4'