<dependency>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble-spring-boot-2-starter</artifactId>
<version>3.0.4</version>
</dependency>
@Grapes(
@Grab(group='io.pebbletemplates', module='pebble-spring-boot-2-starter', version='3.0.4')
)
<parent> <groupId>io.pebbletemplates</groupId> <artifactId>pebble-spring</artifactId> <version>3.0.4</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE
|-- io.pebbletemplates:pebble-spring5
test
|-- org.springframework.boot:spring-boot-starter-test:2.0.1.RELEASE