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