rapture-json 1.0.1


Group ID:
com.propensive
Artifact ID:
rapture-json_2.10
Version:
1.0.1
Release Date:
Nov 16, 2014
Licenses:

libraryDependencies += "com.propensive" %% "rapture-json" % "1.0.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.propensive::rapture-json:1.0.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.propensive::rapture-json:1.0.1"

Ammonite REPL

import $ivy.`com.propensive::rapture-json:1.0.1`
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.propensive</groupId>
  <artifactId>rapture-json_2.10</artifactId>
  <version>1.0.1</version>
</dependency>

compile group: 'com.propensive', name: 'rapture-json_2.10', version: '1.0.1'