reactivemongo-bson-macros 0.10.0-fixes-ssl-2.3.4


Group ID:
org.reactivemongo
Artifact ID:
reactivemongo-bson-macros_2.10
Version:
0.10.0-fixes-ssl-2.3.4
Release Date:
Jul 23, 2014
Licenses:

libraryDependencies += "org.reactivemongo" %% "reactivemongo-bson-macros" % "0.10.0-fixes-ssl-2.3.4"
resolvers += Resolver.bintrayRepo("remcobeckers", "ivystyle")

Mill build tool

ivy"org.reactivemongo::reactivemongo-bson-macros:0.10.0-fixes-ssl-2.3.4"
MavenRepository("https://dl.bintray.com/remcobeckers/ivystyle")

Scala CLI

//> using dep "org.reactivemongo::reactivemongo-bson-macros:0.10.0-fixes-ssl-2.3.4"

Ammonite REPL

import $ivy.`org.reactivemongo::reactivemongo-bson-macros:0.10.0-fixes-ssl-2.3.4`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray remcobeckers ivystyle",
  "Some(https://dl.bintray.com/remcobeckers/ivystyle)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.reactivemongo</groupId>
  <artifactId>reactivemongo-bson-macros_2.10</artifactId>
  <version>0.10.0-fixes-ssl-2.3.4</version>
</dependency>

compile group: 'org.reactivemongo', name: 'reactivemongo-bson-macros_2.10', version: '0.10.0-fixes-ssl-2.3.4'