MVN

pl.allegro.tech.boot : handlebars-spring-boot-starter

Maven & Gradle

Dec 07, 2021
1 usages
106 stars

Spring Boot Starter Handlebars · Spring Boot auto-configuration for Handlebars template engine

<dependency>
    <groupId>pl.allegro.tech.boot</groupId>
    <artifactId>handlebars-spring-boot-starter</artifactId>
    <version>0.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.allegro.tech.boot : handlebars-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.4

All Versions

Choose a version of pl.allegro.tech.boot : handlebars-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
handlebars-spring-boot-starter-0.3.4
handlebars-spring-boot-starter-0.3.3
handlebars-spring-boot-starter-0.3.2
handlebars-spring-boot-starter-0.3.1
handlebars-spring-boot-starter-0.3.0
0.2.x
handlebars-spring-boot-starter-0.2.16
handlebars-spring-boot-starter-0.2.15
handlebars-spring-boot-starter-0.2.14
handlebars-spring-boot-starter-0.2.13
handlebars-spring-boot-starter-0.2.12
handlebars-spring-boot-starter-0.2.11
handlebars-spring-boot-starter-0.2.10
handlebars-spring-boot-starter-0.2.9
handlebars-spring-boot-starter-0.2.8
handlebars-spring-boot-starter-0.2.7
handlebars-spring-boot-starter-0.2.6
handlebars-spring-boot-starter-0.2.5
handlebars-spring-boot-starter-0.2.4
handlebars-spring-boot-starter-0.2.3
handlebars-spring-boot-starter-0.2.2
handlebars-spring-boot-starter-0.2.1
handlebars-spring-boot-starter-0.2.0

How to add a dependency to Maven

Add the following pl.allegro.tech.boot : handlebars-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.allegro.tech.boot</groupId>
    <artifactId>handlebars-spring-boot-starter</artifactId>
    <version>0.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.allegro.tech.boot : handlebars-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'pl.allegro.tech.boot:handlebars-spring-boot-starter:0.3.4'

Gradle Kotlin DSL: Add the following pl.allegro.tech.boot : handlebars-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.allegro.tech.boot:handlebars-spring-boot-starter:0.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.allegro.tech.boot : handlebars-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.allegro.tech.boot" % "handlebars-spring-boot-starter" % "0.3.4"

Advertisement