h

handlebars

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