simplyscala-server 0.4


Group ID:
com.github.simplyscala
Artifact ID:
simplyscala-server_2.10
Version:
0.4
Release Date:
Nov 15, 2014
Licenses:

libraryDependencies += "com.github.simplyscala" %% "simplyscala-server" % "0.4"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.simplyscala::simplyscala-server:0.4"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.simplyscala::simplyscala-server:0.4"

Ammonite REPL

import $ivy.`com.github.simplyscala::simplyscala-server:0.4`
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.simplyscala</groupId>
  <artifactId>simplyscala-server_2.10</artifactId>
  <version>0.4</version>
</dependency>

compile group: 'com.github.simplyscala', name: 'simplyscala-server_2.10', version: '0.4'