<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>grails-redis</artifactId>
<version>5.0.0-M1</version>
</dependency>
@Grapes(
@Grab(group='org.grails.plugins', module='grails-redis', version='5.0.0-M1')
)
compile
|-- com.google.code.gson:gson:2.11.0
runtime
|-- org.springframework.boot:spring-boot-starter-logging:3.4.1
|-- org.springframework.boot:spring-boot-starter-actuator:3.4.1
|-- org.springframework.boot:spring-boot-autoconfigure:3.4.1
|-- org.springframework.boot:spring-boot-starter-tomcat:3.4.1
|-- org.grails:grails-web-boot:7.0.0-M1