MVN

io.pebbletemplates : pebble-spring-boot-starter

Maven & Gradle

Apr 28, 2023
1k stars

Pebble Spring Boot 3 Starter · Spring Boot 3 starter for Pebble Template Engine

<dependency>
    <groupId>io.pebbletemplates</groupId>
    <artifactId>pebble-spring-boot-starter</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.pebbletemplates : pebble-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1
  • Latest Beta: 3.0.0.BETA01

All Versions

Choose a version of io.pebbletemplates : pebble-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
pebble-spring-boot-starter-3.2.1
pebble-spring-boot-starter-3.2.0
3.1.x
pebble-spring-boot-starter-3.1.6
pebble-spring-boot-starter-3.1.5
pebble-spring-boot-starter-3.1.4
pebble-spring-boot-starter-3.1.3
pebble-spring-boot-starter-3.1.2
pebble-spring-boot-starter-3.1.1
pebble-spring-boot-starter-3.1.0
3.0.x
pebble-spring-boot-starter-3.0.10
pebble-spring-boot-starter-3.0.9
pebble-spring-boot-starter-3.0.8
pebble-spring-boot-starter-3.0.7
pebble-spring-boot-starter-3.0.6
pebble-spring-boot-starter-3.0.5
pebble-spring-boot-starter-3.0.4
pebble-spring-boot-starter-3.0.3
pebble-spring-boot-starter-3.0.2
pebble-spring-boot-starter-3.0.1
pebble-spring-boot-starter-3.0.0
pebble-spring-boot-starter-3.0.0.BETA01
2.6.x
pebble-spring-boot-starter-2.6.2
pebble-spring-boot-starter-2.6.1
pebble-spring-boot-starter-2.6.0
2.5.x
pebble-spring-boot-starter-2.5.1
pebble-spring-boot-starter-2.5.0

How to add a dependency to Maven

Add the following io.pebbletemplates : pebble-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.pebbletemplates</groupId>
    <artifactId>pebble-spring-boot-starter</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.pebbletemplates : pebble-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.pebbletemplates:pebble-spring-boot-starter:3.2.1'

Gradle Kotlin DSL: Add the following io.pebbletemplates : pebble-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.pebbletemplates:pebble-spring-boot-starter:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.pebbletemplates : pebble-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.pebbletemplates" % "pebble-spring-boot-starter" % "3.2.1"

Advertisement