h

handlebars-helpers

A collection helpers donated by the community
Files download
File Operation
handlebars-helpers-4.4.0.jar download
handlebars-helpers-4.4.0.pom download
handlebars-helpers-4.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jknack</groupId>
  <artifactId>handlebars-helpers</artifactId>
  <version>4.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.jknack:handlebars-helpers:4.4.0'
Gradle Kotlin
implementation("com.github.jknack:handlebars-helpers:4.4.0")
Scala SBT
libraryDependencies += "com.github.jknack" % "handlebars-helpers" % "4.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jknack', module='handlebars-helpers', version='4.4.0')
)
Apache Ivy
<dependency org="com.github.jknack" name="handlebars-helpers" rev="4.4.0" />
Leiningen
[com.github.jknack/handlebars-helpers "4.4.0"]
Apache Buildr
'com.github.jknack:handlebars-helpers:jar:4.4.0'