is not current version
Last Version 0.2.3

org.woodylab.boot:spring-boot-starter-pebble 0.2.2

Spring Boot auto-configuration for Pebble template engine

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.woodylab.boot
ArtifactId

ArtifactId

spring-boot-starter-pebble
Version

Version

0.2.2
Type

Type

jar

Download spring-boot-starter-pebble 0.2.2


<!-- https://jarcasting.com/artifacts/org.woodylab.boot/spring-boot-starter-pebble/ -->
<dependency>
    <groupId>org.woodylab.boot</groupId>
    <artifactId>spring-boot-starter-pebble</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.woodylab.boot/spring-boot-starter-pebble/
implementation 'org.woodylab.boot:spring-boot-starter-pebble:0.2.2'
// https://jarcasting.com/artifacts/org.woodylab.boot/spring-boot-starter-pebble/
implementation ("org.woodylab.boot:spring-boot-starter-pebble:0.2.2")
'org.woodylab.boot:spring-boot-starter-pebble:jar:0.2.2'
<dependency org="org.woodylab.boot" name="spring-boot-starter-pebble" rev="0.2.2">
  <artifact name="spring-boot-starter-pebble" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.woodylab.boot', module='spring-boot-starter-pebble', version='0.2.2')
)
libraryDependencies += "org.woodylab.boot" % "spring-boot-starter-pebble" % "0.2.2"
[org.woodylab.boot/spring-boot-starter-pebble "0.2.2"]