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