sbt-mustache-api 0.2
Group ID:
io.michaelallen.mustache
Artifact ID:
sbt-mustache-api_2.10
Version:
0.2
Release Date:
Aug 15, 2014
Licenses:
libraryDependencies += "io.michaelallen.mustache" %% "sbt-mustache-api" % "0.2" resolvers += Resolver.bintrayRepo("michaelallen", "maven")
ivy"io.michaelallen.mustache::sbt-mustache-api:0.2" MavenRepository("https://dl.bintray.com/michaelallen/maven")
//> using dep "io.michaelallen.mustache::sbt-mustache-api:0.2"
import $ivy.`io.michaelallen.mustache::sbt-mustache-api:0.2` 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-api_2.10</artifactId> <version>0.2</version> </dependency>
compile group: 'io.michaelallen.mustache', name: 'sbt-mustache-api_2.10', version: '0.2'