h

handlebars

WebJar for Handlebars
http://webjars.org
MIT
James Ward
文件下载
文件名 操作
handlebars-4.7.6.jar 下载
handlebars-4.7.6.pom 下载
Apache Maven
<dependency>
  <groupId>org.webjars</groupId>
  <artifactId>handlebars</artifactId>
  <version>4.7.6</version>
</dependency>
Gradle Groovy
implementation 'org.webjars:handlebars:4.7.6'
Gradle Kotlin
implementation("org.webjars:handlebars:4.7.6")
Scala SBT
libraryDependencies += "org.webjars" % "handlebars" % "4.7.6"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars', module='handlebars', version='4.7.6')
)
Apache Ivy
<dependency org="org.webjars" name="handlebars" rev="4.7.6" />
Leiningen
[org.webjars/handlebars "4.7.6"]
Apache Buildr
'org.webjars:handlebars:jar:4.7.6'