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