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