exaxisllc / smd   1.0.2

GitHub

Scala Mongo DAO library that wraps the ReactiveMongo library. It reduces the amount of code required to get code in and out of MongoDB

Scala versions: 2.12

smd-play 1.0.0


Group ID:
org.exaxis.smd
Artifact ID:
smd-play_2.12
Version:
1.0.0
Release Date:
Feb 16, 2018
Licenses:

libraryDependencies += "org.exaxis.smd" %% "smd-play" % "1.0.0"
resolvers += Resolver.bintrayRepo("exaxisllc", "SMD")

Mill build tool

ivy"org.exaxis.smd::smd-play:1.0.0"
MavenRepository("https://dl.bintray.com/exaxisllc/SMD")

Scala CLI

//> using dep "org.exaxis.smd::smd-play:1.0.0"

Ammonite REPL

import $ivy.`org.exaxis.smd::smd-play:1.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray exaxisllc SMD",
  "Some(https://dl.bintray.com/exaxisllc/SMD)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.exaxis.smd</groupId>
  <artifactId>smd-play_2.12</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'org.exaxis.smd', name: 'smd-play_2.12', version: '1.0.0'