h

handlebars

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