h

handlebars

Logic-less and semantic templates with Java
Files download
File Operation
handlebars-4.0.5.jar download
handlebars-4.0.5.pom download
handlebars-4.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jknack</groupId>
  <artifactId>handlebars</artifactId>
  <version>4.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.jknack:handlebars:4.0.5'
Gradle Kotlin
implementation("com.github.jknack:handlebars:4.0.5")
Scala SBT
libraryDependencies += "com.github.jknack" % "handlebars" % "4.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jknack', module='handlebars', version='4.0.5')
)
Apache Ivy
<dependency org="com.github.jknack" name="handlebars" rev="4.0.5" />
Leiningen
[com.github.jknack/handlebars "4.0.5"]
Apache Buildr
'com.github.jknack:handlebars:jar:4.0.5'