h

handlebars

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