<dependency>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble-spring-boot-starter</artifactId>
<version>3.2.1</version>
</dependency>
@Grapes(
@Grab(group='io.pebbletemplates', module='pebble-spring-boot-starter', version='3.2.1')
)
<parent> <groupId>io.pebbletemplates</groupId> <artifactId>pebble-spring</artifactId> <version>3.2.1</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web:3.0.0
|-- org.springframework.boot:spring-boot-starter-webflux:3.0.0
|-- io.pebbletemplates:pebble-spring6
|-- org.springframework.boot:spring-boot-configuration-processor:3.0.0
|-- org.springframework.boot:spring-boot-autoconfigure-processor:3.0.0
test