reactivemongo-bson 0.12-RC1


Group ID:
org.reactivemongo
Artifact ID:
reactivemongo-bson_2.11
Version:
0.12-RC1
Release Date:
Aug 2, 2016
Licenses:

libraryDependencies += "org.reactivemongo" %% "reactivemongo-bson" % "0.12-RC1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.reactivemongo::reactivemongo-bson:0.12-RC1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.reactivemongo::reactivemongo-bson:0.12-RC1"

Ammonite REPL

import $ivy.`org.reactivemongo::reactivemongo-bson:0.12-RC1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.reactivemongo</groupId>
  <artifactId>reactivemongo-bson_2.11</artifactId>
  <version>0.12-RC1</version>
</dependency>

compile group: 'org.reactivemongo', name: 'reactivemongo-bson_2.11', version: '0.12-RC1'