<dependency>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble-legacy-spring-boot-starter</artifactId>
<version>3.1.0</version>
</dependency>
libraryDependencies += "io.pebbletemplates" % "pebble-legacy-spring-boot-starter" % "3.1.0"
@Grapes(
@Grab(group='io.pebbletemplates', module='pebble-legacy-spring-boot-starter', version='3.1.0')
)
<dependency org="io.pebbletemplates" name="pebble-legacy-spring-boot-starter" rev="3.1.0" />
<parent> <groupId>io.pebbletemplates</groupId> <artifactId>pebble-spring</artifactId> <version>3.1.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web:1.5.21.RELEASE
|-- io.pebbletemplates:pebble-spring4
test
|-- org.springframework.boot:spring-boot-starter-test:1.5.21.RELEASE