n

nrich-search

Provides an easy way of querying of JPA entities through automatic query creation from passed in data (either strings or classes that hold restriction values)
https://github.com/croz-ltd/nrich
The Apache License, Version 2.0
The nrich team at CROZ
Files download
File Operation
nrich-search-2.3.2.jar download
nrich-search-2.3.2.pom download
nrich-search-2.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.croz.nrich</groupId>
  <artifactId>nrich-search</artifactId>
  <version>2.3.2</version>
</dependency>
Gradle Groovy
implementation 'net.croz.nrich:nrich-search:2.3.2'
Gradle Kotlin
implementation("net.croz.nrich:nrich-search:2.3.2")
Scala SBT
libraryDependencies += "net.croz.nrich" % "nrich-search" % "2.3.2"
Groovy Grape
@Grapes(
  @Grab(group='net.croz.nrich', module='nrich-search', version='2.3.2')
)
Apache Ivy
<dependency org="net.croz.nrich" name="nrich-search" rev="2.3.2" />
Leiningen
[net.croz.nrich/nrich-search "2.3.2"]
Apache Buildr
'net.croz.nrich:nrich-search:jar:2.3.2'