michaeldfallen / sbt-mustache   0.2

MIT License GitHub

SBT plugin for using mustache.java in scala projects

Scala versions: 2.10

sbt-mustache-generator 0.1


Group ID:
io.michaelallen.mustache
Artifact ID:
sbt-mustache-generator_2.10
Version:
0.1
Release Date:
Aug 12, 2014
Licenses:
MIT

libraryDependencies += "io.michaelallen.mustache" %% "sbt-mustache-generator" % "0.1"
resolvers += Resolver.bintrayRepo("michaelallen", "maven")

Mill build tool

ivy"io.michaelallen.mustache::sbt-mustache-generator:0.1"
MavenRepository("https://dl.bintray.com/michaelallen/maven")

Scala CLI

//> using dep "io.michaelallen.mustache::sbt-mustache-generator:0.1"

Ammonite REPL

import $ivy.`io.michaelallen.mustache::sbt-mustache-generator:0.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray michaelallen maven",
  "Some(https://dl.bintray.com/michaelallen/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.michaelallen.mustache</groupId>
  <artifactId>sbt-mustache-generator_2.10</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'io.michaelallen.mustache', name: 'sbt-mustache-generator_2.10', version: '0.1'