reactivemongo-bson 0.11.14


Group ID:
org.reactivemongo
Artifact ID:
reactivemongo-bson_2.10
Version:
0.11.14
Release Date:
Jul 4, 2016
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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