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-1.4.1.jar download
nrich-search-1.4.1.pom download
nrich-search-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.croz.nrich</groupId>
  <artifactId>nrich-search</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'net.croz.nrich:nrich-search:1.4.1'
Gradle Kotlin
implementation("net.croz.nrich:nrich-search:1.4.1")
Scala SBT
libraryDependencies += "net.croz.nrich" % "nrich-search" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='net.croz.nrich', module='nrich-search', version='1.4.1')
)
Apache Ivy
<dependency org="net.croz.nrich" name="nrich-search" rev="1.4.1" />
Leiningen
[net.croz.nrich/nrich-search "1.4.1"]
Apache Buildr
'net.croz.nrich:nrich-search:jar:1.4.1'