License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.mitchellbosecke |
ArtifactId | ArtifactIdpebble-spring-boot-starter |
Last Version | Last Version2.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPebble Spring Boot Starter
Spring Boot starter for Pebble Template Engine
|
<!-- https://jarcasting.com/artifacts/com.mitchellbosecke/pebble-spring-boot-starter/ -->
<dependency>
<groupId>com.mitchellbosecke</groupId>
<artifactId>pebble-spring-boot-starter</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mitchellbosecke/pebble-spring-boot-starter/
implementation 'com.mitchellbosecke:pebble-spring-boot-starter:2.4.0'
// https://jarcasting.com/artifacts/com.mitchellbosecke/pebble-spring-boot-starter/
implementation ("com.mitchellbosecke:pebble-spring-boot-starter:2.4.0")
'com.mitchellbosecke:pebble-spring-boot-starter:jar:2.4.0'
<dependency org="com.mitchellbosecke" name="pebble-spring-boot-starter" rev="2.4.0">
<artifact name="pebble-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mitchellbosecke', module='pebble-spring-boot-starter', version='2.4.0')
)
libraryDependencies += "com.mitchellbosecke" % "pebble-spring-boot-starter" % "2.4.0"
[com.mitchellbosecke/pebble-spring-boot-starter "2.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web Optional | jar | 1.2.1.RELEASE |
com.mitchellbosecke : pebble-spring4 | jar | 2.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.2.1.RELEASE |