h

handlebars-without-rhino

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