h

handlebars-helpers

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