tototoshi / play-scalate   0.3.0

GitHub

This project has been migrated to http://github.com/scalate/play-scalate.

Scala versions: 2.11 2.10

play-scalate 0.3.0


Group ID:
com.github.tototoshi
Artifact ID:
play-scalate_2.11
Version:
0.3.0
Release Date:
Mar 23, 2016
Licenses:

libraryDependencies += "com.github.tototoshi" %% "play-scalate" % "0.3.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.tototoshi::play-scalate:0.3.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.tototoshi::play-scalate:0.3.0"

Ammonite REPL

import $ivy.`com.github.tototoshi::play-scalate:0.3.0`
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.github.tototoshi</groupId>
  <artifactId>play-scalate_2.11</artifactId>
  <version>0.3.0</version>
</dependency>

compile group: 'com.github.tototoshi', name: 'play-scalate_2.11', version: '0.3.0'