MVN

com.github.andriykuba : play-handlebars

Maven & Gradle

Jun 26, 2017
5 stars

Handlebars templates for Play framework · Handlebars templates based on Java port of handlebars with special handlers for Play Framework

<dependency>
    <groupId>com.github.andriykuba</groupId>
    <artifactId>play-handlebars</artifactId>
    <version>2.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.andriykuba : play-handlebars to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.7

All Versions

Choose a version of com.github.andriykuba : play-handlebars to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
play-handlebars-2.6.7
play-handlebars-2.6.3
2.5.x
play-handlebars-2.5.11
play-handlebars-2.5.10
play-handlebars-2.5.9
play-handlebars-2.5.8
play-handlebars-2.5.6
play-handlebars-2.5.1

How to add a dependency to Maven

Add the following com.github.andriykuba : play-handlebars maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.andriykuba</groupId>
    <artifactId>play-handlebars</artifactId>
    <version>2.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.andriykuba : play-handlebars gradle dependency to your build.gradle file:

implementation 'com.github.andriykuba:play-handlebars:2.6.7'

Gradle Kotlin DSL: Add the following com.github.andriykuba : play-handlebars gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.andriykuba:play-handlebars:2.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.andriykuba : play-handlebars sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.andriykuba" % "play-handlebars" % "2.6.7"

Advertisement