How to install the Java artifact com.mitchellbosecke.pebble-spring-boot-starter with Maven
Java
Maven
pom.xml
com.mitchellbosecke
pebble-spring-boot-starter
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.mitchellbosecke</groupId>
<artifactId>pebble-spring-boot-starter</artifactId>
<version>2.4.0</version>
</dependency>
/dependencies>