is not current version
Last Version 4.3.0

com.github.jknack:handlebars 4.0.5

Logic-less and semantic templates with Java

GroupId

GroupId

com.github.jknack
ArtifactId

ArtifactId

handlebars
Version

Version

4.0.5
Type

Type

jar

Download handlebars 4.0.5


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