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-scala 2.1.1


Group ID:
com.gilt
Artifact ID:
handlebars-scala_2.10
Version:
2.1.1
Release Date:
Aug 23, 2015
Licenses:

libraryDependencies += "com.gilt" %% "handlebars-scala" % "2.1.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gilt::handlebars-scala:2.1.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gilt::handlebars-scala:2.1.1"

Ammonite REPL

import $ivy.`com.gilt::handlebars-scala:2.1.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.gilt</groupId>
  <artifactId>handlebars-scala_2.10</artifactId>
  <version>2.1.1</version>
</dependency>

compile group: 'com.gilt', name: 'handlebars-scala_2.10', version: '2.1.1'