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