License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdpl.allegro.tech.boot |
ArtifactId | ArtifactIdhandlebars-spring-boot-starter |
Version | Version0.3.2 |
Type | Typejar |
Description |
DescriptionSpring Boot Starter Handlebars
Spring Boot auto-configuration for Handlebars template engine
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/pl.allegro.tech.boot/handlebars-spring-boot-starter/ -->
<dependency>
<groupId>pl.allegro.tech.boot</groupId>
<artifactId>handlebars-spring-boot-starter</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.allegro.tech.boot/handlebars-spring-boot-starter/
implementation 'pl.allegro.tech.boot:handlebars-spring-boot-starter:0.3.2'
// https://jarcasting.com/artifacts/pl.allegro.tech.boot/handlebars-spring-boot-starter/
implementation ("pl.allegro.tech.boot:handlebars-spring-boot-starter:0.3.2")
'pl.allegro.tech.boot:handlebars-spring-boot-starter:jar:0.3.2'
<dependency org="pl.allegro.tech.boot" name="handlebars-spring-boot-starter" rev="0.3.2">
<artifact name="handlebars-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.allegro.tech.boot', module='handlebars-spring-boot-starter', version='0.3.2')
)
libraryDependencies += "pl.allegro.tech.boot" % "handlebars-spring-boot-starter" % "0.3.2"
[pl.allegro.tech.boot/handlebars-spring-boot-starter "0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jknack : handlebars-guava-cache | jar | 4.2.0 |
joda-time : joda-time Optional | jar | 2.10.6 |
com.github.jknack : handlebars-markdown Optional | jar | 4.2.0 |
org.springframework.boot : spring-boot-starter-web | jar | 2.3.1.RELEASE |
com.github.jknack : handlebars-humanize Optional | jar | 4.2.0 |
com.github.jknack : handlebars-helpers Optional | jar | 4.2.0 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.1.RELEASE |
com.github.jknack : handlebars-jackson2 Optional | jar | 4.2.0 |
com.github.jknack : handlebars-springmvc | jar | 4.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-spring | jar | 2.0-M3-groovy-3.0 |
org.spockframework : spock-core | jar | 2.0-M3-groovy-3.0 |
org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |