h

handlebars

WebJar for Handlebars
http://webjars.org
MIT
James Ward
Files download
File Operation
handlebars-4.0.14.jar download
handlebars-4.0.14.pom download
Apache Maven
<dependency>
  <groupId>org.webjars</groupId>
  <artifactId>handlebars</artifactId>
  <version>4.0.14</version>
</dependency>
Gradle Groovy
implementation 'org.webjars:handlebars:4.0.14'
Gradle Kotlin
implementation("org.webjars:handlebars:4.0.14")
Scala SBT
libraryDependencies += "org.webjars" % "handlebars" % "4.0.14"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars', module='handlebars', version='4.0.14')
)
Apache Ivy
<dependency org="org.webjars" name="handlebars" rev="4.0.14" />
Leiningen
[org.webjars/handlebars "4.0.14"]
Apache Buildr
'org.webjars:handlebars:jar:4.0.14'