License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.woodylab.boot |
ArtifactId | ArtifactIdspring-boot-starter-pebble |
Version | Version0.2.3 |
Type | Typejar |
Description |
DescriptionSpring Boot Starter Pebble
Spring Boot auto-configuration for Pebble template engine
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.woodylab.boot/spring-boot-starter-pebble/
implementation 'org.woodylab.boot:spring-boot-starter-pebble:0.2.3'
// https://jarcasting.com/artifacts/org.woodylab.boot/spring-boot-starter-pebble/
implementation ("org.woodylab.boot:spring-boot-starter-pebble:0.2.3")
'org.woodylab.boot:spring-boot-starter-pebble:jar:0.2.3'
<dependency org="org.woodylab.boot" name="spring-boot-starter-pebble" rev="0.2.3">
<artifact name="spring-boot-starter-pebble" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.woodylab.boot', module='spring-boot-starter-pebble', version='0.2.3')
)
libraryDependencies += "org.woodylab.boot" % "spring-boot-starter-pebble" % "0.2.3"
[org.woodylab.boot/spring-boot-starter-pebble "0.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.mitchellbosecke : pebble | jar | 2.2.0 |
org.springframework.boot : spring-boot-starter-web Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |