h

handlebars-without-rhino

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