maffoo / jsonquote   0.6.1

MIT License GitHub

build JSON in scala with string interpolation

Scala versions: 2.13 2.12 2.11 2.10

jsonquote-core 0.5.0-MINNA-2017-07-31


Group ID:
net.maffoo
Artifact ID:
jsonquote-core_2.12
Version:
0.5.0-MINNA-2017-07-31
Release Date:
Jul 31, 2017
Licenses:
MIT

libraryDependencies += "net.maffoo" %% "jsonquote-core" % "0.5.0-MINNA-2017-07-31"
resolvers += Resolver.bintrayRepo("minna-technologies", "others-maven")

Mill build tool

ivy"net.maffoo::jsonquote-core:0.5.0-MINNA-2017-07-31"
MavenRepository("https://dl.bintray.com/minna-technologies/others-maven")

Scala CLI

//> using dep "net.maffoo::jsonquote-core:0.5.0-MINNA-2017-07-31"

Ammonite REPL

import $ivy.`net.maffoo::jsonquote-core:0.5.0-MINNA-2017-07-31`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray minna-technologies others-maven",
  "Some(https://dl.bintray.com/minna-technologies/others-maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>net.maffoo</groupId>
  <artifactId>jsonquote-core_2.12</artifactId>
  <version>0.5.0-MINNA-2017-07-31</version>
</dependency>

compile group: 'net.maffoo', name: 'jsonquote-core_2.12', version: '0.5.0-MINNA-2017-07-31'