<dependency> <groupId>net.croz.nrich</groupId> <artifactId>nrich-search</artifactId> <version>1.4.4</version> </dependency>
implementation 'net.croz.nrich:nrich-search:1.4.4'
implementation("net.croz.nrich:nrich-search:1.4.4")
libraryDependencies += "net.croz.nrich" % "nrich-search" % "1.4.4"
@Grapes( @Grab(group='net.croz.nrich', module='nrich-search', version='1.4.4') )
<dependency org="net.croz.nrich" name="nrich-search" rev="1.4.4" />
[net.croz.nrich/nrich-search "1.4.4"]
'net.croz.nrich:nrich-search:jar:1.4.4'
compile
|-- net.croz.nrich:nrich-search-api:1.4.4
|-- net.croz.nrich:nrich-search-repository-api:1.4.4
|-- org.springframework.data:spring-data-jpa
|-- org.hibernate:hibernate-core