dhpiggott / scala-json-rpc   2.0.1

Apache License 2.0 Website GitHub

Types and play-json Format instances for JSON-RPC 2.0 messages, with application command, response and notification marshalling support.

Scala versions: 2.12 2.11

play-json-testkit 1.5.0


Group ID:
me.vican.jorge
Artifact ID:
play-json-testkit_2.12
Version:
1.5.0
Release Date:
Sept 8, 2017
Licenses:

libraryDependencies += "me.vican.jorge" %% "play-json-testkit" % "1.5.0"
resolvers += Resolver.bintrayRepo("jvican", "releases")

Mill build tool

ivy"me.vican.jorge::play-json-testkit:1.5.0"
MavenRepository("https://dl.bintray.com/jvican/releases")

Scala CLI

//> using dep "me.vican.jorge::play-json-testkit:1.5.0"

Ammonite REPL

import $ivy.`me.vican.jorge::play-json-testkit:1.5.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray jvican releases",
  "Some(https://dl.bintray.com/jvican/releases)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>me.vican.jorge</groupId>
  <artifactId>play-json-testkit_2.12</artifactId>
  <version>1.5.0</version>
</dependency>

compile group: 'me.vican.jorge', name: 'play-json-testkit_2.12', version: '1.5.0'