woshilaiceshide / scala-web-repl   2.1

GitHub

A scala repl which uses a web terminal as its interactive console, and it can be used as an inspector/cli for running applications, a hot code modification mechanism.

Scala versions: 2.11

scala-web-repl 2.1


Group ID:
woshilaiceshide
Artifact ID:
scala-web-repl_2.11
Version:
2.1
Release Date:
Jul 12, 2016
Licenses:

libraryDependencies += "woshilaiceshide" %% "scala-web-repl" % "2.1"
resolvers += Resolver.bintrayRepo("woshilaiceshide", "maven")

Mill build tool

ivy"woshilaiceshide::scala-web-repl:2.1"
MavenRepository("https://dl.bintray.com/woshilaiceshide/maven")

Scala CLI

//> using dep "woshilaiceshide::scala-web-repl:2.1"

Ammonite REPL

import $ivy.`woshilaiceshide::scala-web-repl:2.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray woshilaiceshide maven",
  "Some(https://dl.bintray.com/woshilaiceshide/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>woshilaiceshide</groupId>
  <artifactId>scala-web-repl_2.11</artifactId>
  <version>2.1</version>
</dependency>

compile group: 'woshilaiceshide', name: 'scala-web-repl_2.11', version: '2.1'