reactivemongo-bson 0.11.0


Group ID:
org.reactivemongo
Artifact ID:
reactivemongo-bson_2.10
Version:
0.11.0
Release Date:
Jul 10, 2015
Licenses:

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

Mill build tool

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

Scala CLI

//> using dep "org.reactivemongo::reactivemongo-bson:0.11.0"

Ammonite REPL

import $ivy.`org.reactivemongo::reactivemongo-bson:0.11.0`
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.10</artifactId>
  <version>0.11.0</version>
</dependency>

compile group: 'org.reactivemongo', name: 'reactivemongo-bson_2.10', version: '0.11.0'