<dependency> <groupId>net.croz.nrich</groupId> <artifactId>nrich-search-api</artifactId> <version>2.5.3</version> </dependency>
implementation 'net.croz.nrich:nrich-search-api:2.5.3'
implementation("net.croz.nrich:nrich-search-api:2.5.3")
libraryDependencies += "net.croz.nrich" % "nrich-search-api" % "2.5.3"
@Grapes( @Grab(group='net.croz.nrich', module='nrich-search-api', version='2.5.3') )
<dependency org="net.croz.nrich" name="nrich-search-api" rev="2.5.3" />
[net.croz.nrich/nrich-search-api "2.5.3"]
'net.croz.nrich:nrich-search-api:jar:2.5.3'
compile
|-- jakarta.persistence:jakarta.persistence-api
|-- jakarta.validation:jakarta.validation-api