h

handlebars

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