mwunsch / handlebars.scala   2.0.2

Apache License 2.0 GitHub

A Scala implementation of the Handlebars templating language (a superset of Mustache).

Scala versions: 2.11 2.10

handlebars 1.0.0


Group ID:
com.gilt
Artifact ID:
handlebars_2.10
Version:
1.0.0
Release Date:
May 11, 2014
Licenses:
Files:

libraryDependencies += "com.gilt" %% "handlebars" % "1.0.0"

Mill build tool

ivy"com.gilt::handlebars:1.0.0"

Scala CLI

//> using dep "com.gilt::handlebars:1.0.0"

Ammonite REPL

import $ivy.`com.gilt::handlebars:1.0.0`

<dependency>
  <groupId>com.gilt</groupId>
  <artifactId>handlebars_2.10</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.gilt', name: 'handlebars_2.10', version: '1.0.0'