License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdpl.allegro.tech.boot |
ArtifactId | ArtifactIdspring-boot-starter-handlebars |
Version | Version0.1.1 |
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/spring-boot-starter-handlebars/ -->
<dependency>
<groupId>pl.allegro.tech.boot</groupId>
<artifactId>spring-boot-starter-handlebars</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.allegro.tech.boot/spring-boot-starter-handlebars/
implementation 'pl.allegro.tech.boot:spring-boot-starter-handlebars:0.1.1'
// https://jarcasting.com/artifacts/pl.allegro.tech.boot/spring-boot-starter-handlebars/
implementation ("pl.allegro.tech.boot:spring-boot-starter-handlebars:0.1.1")
'pl.allegro.tech.boot:spring-boot-starter-handlebars:jar:0.1.1'
<dependency org="pl.allegro.tech.boot" name="spring-boot-starter-handlebars" rev="0.1.1">
<artifact name="spring-boot-starter-handlebars" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.allegro.tech.boot', module='spring-boot-starter-handlebars', version='0.1.1')
)
libraryDependencies += "pl.allegro.tech.boot" % "spring-boot-starter-handlebars" % "0.1.1"
[pl.allegro.tech.boot/spring-boot-starter-handlebars "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jknack : handlebars-springmvc | jar | 2.0.0 |
com.github.jknack : handlebars-jackson2 Optional | jar | 2.0.0 |
org.springframework.boot : spring-boot-starter-web | jar | 1.2.3.RELEASE |
com.github.jknack : handlebars-humanize Optional | jar | 2.0.0 |
com.github.jknack : handlebars-guava-cache | jar | 2.0.0 |
com.github.jknack : handlebars-markdown Optional | jar | 2.0.0 |
joda-time : joda-time Optional | jar | 2.7 |
com.github.jknack : handlebars-helpers Optional | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.2.3.RELEASE |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |