mfglabs / marvin   0.4.3

GitHub
Scala versions: 2.11

marvin-fbmessenger 0.4.2


Group ID:
com.mfglabs
Artifact ID:
marvin-fbmessenger_2.11
Version:
0.4.2
Release Date:
Nov 16, 2016
Licenses:

libraryDependencies += "com.mfglabs" %% "marvin-fbmessenger" % "0.4.2"
resolvers += Resolver.bintrayRepo("mfglabs", "maven")

Mill build tool

ivy"com.mfglabs::marvin-fbmessenger:0.4.2"
MavenRepository("https://dl.bintray.com/mfglabs/maven")

Scala CLI

//> using dep "com.mfglabs::marvin-fbmessenger:0.4.2"

Ammonite REPL

import $ivy.`com.mfglabs::marvin-fbmessenger:0.4.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray mfglabs maven",
  "Some(https://dl.bintray.com/mfglabs/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.mfglabs</groupId>
  <artifactId>marvin-fbmessenger_2.11</artifactId>
  <version>0.4.2</version>
</dependency>

compile group: 'com.mfglabs', name: 'marvin-fbmessenger_2.11', version: '0.4.2'