h

handlebars-without-rhino

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