h

handlebars-helpers

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