is not current version
Last Version 2.6.7

com.github.andriykuba:play-handlebars 2.5.9

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

GroupId

GroupId

com.github.andriykuba
ArtifactId

ArtifactId

play-handlebars
Version

Version

2.5.9
Type

Type

jar

Download play-handlebars 2.5.9


<!-- https://jarcasting.com/artifacts/com.github.andriykuba/play-handlebars/ -->
<dependency>
    <groupId>com.github.andriykuba</groupId>
    <artifactId>play-handlebars</artifactId>
    <version>2.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andriykuba/play-handlebars/
implementation 'com.github.andriykuba:play-handlebars:2.5.9'
// https://jarcasting.com/artifacts/com.github.andriykuba/play-handlebars/
implementation ("com.github.andriykuba:play-handlebars:2.5.9")
'com.github.andriykuba:play-handlebars:jar:2.5.9'
<dependency org="com.github.andriykuba" name="play-handlebars" rev="2.5.9">
  <artifact name="play-handlebars" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andriykuba', module='play-handlebars', version='2.5.9')
)
libraryDependencies += "com.github.andriykuba" % "play-handlebars" % "2.5.9"
[com.github.andriykuba/play-handlebars "2.5.9"]