h

handlebars

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