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