h

handlebars-without-rhino

Make sure handlebars can't run without Rhino
文件下载
文件名 操作
handlebars-without-rhino-4.0.3.jar 下载
handlebars-without-rhino-4.0.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.jknack</groupId>
  <artifactId>handlebars-without-rhino</artifactId>
  <version>4.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.jknack:handlebars-without-rhino:4.0.3'
Gradle Kotlin
implementation("com.github.jknack:handlebars-without-rhino:4.0.3")
Scala SBT
libraryDependencies += "com.github.jknack" % "handlebars-without-rhino" % "4.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jknack', module='handlebars-without-rhino', version='4.0.3')
)
Apache Ivy
<dependency org="com.github.jknack" name="handlebars-without-rhino" rev="4.0.3" />
Leiningen
[com.github.jknack/handlebars-without-rhino "4.0.3"]
Apache Buildr
'com.github.jknack:handlebars-without-rhino:jar:4.0.3'