btomala / teapot   0.4.0

Apache License 2.0 GitHub

mock-http server base on akka-http

Scala versions: 2.12 2.11

teapot 0.4.0


Group ID:
io.github.btomala
Artifact ID:
teapot_2.12
Version:
0.4.0
Release Date:
Mar 8, 2018
Licenses:

libraryDependencies += "io.github.btomala" %% "teapot" % "0.4.0"
resolvers += Resolver.bintrayRepo("btomala", "maven")

Mill build tool

ivy"io.github.btomala::teapot:0.4.0"
MavenRepository("https://dl.bintray.com/btomala/maven")

Scala CLI

//> using dep "io.github.btomala::teapot:0.4.0"

Ammonite REPL

import $ivy.`io.github.btomala::teapot:0.4.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray btomala maven",
  "Some(https://dl.bintray.com/btomala/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.github.btomala</groupId>
  <artifactId>teapot_2.12</artifactId>
  <version>0.4.0</version>
</dependency>

compile group: 'io.github.btomala', name: 'teapot_2.12', version: '0.4.0'