marvin-fbmessenger 0.1
Group ID:
     com.mfglabs 
  Artifact ID:
     marvin-fbmessenger_2.11 
  Version:
     0.1 
  Release Date:
     Oct 17, 2016 
  Licenses:
    
  libraryDependencies += "com.mfglabs" %% "marvin-fbmessenger" % "0.1"
resolvers += Resolver.bintrayRepo("mfglabs", "maven")
          
        ivy"com.mfglabs::marvin-fbmessenger:0.1"
MavenRepository("https://dl.bintray.com/mfglabs/maven")
          
        //> using dep "com.mfglabs::marvin-fbmessenger:0.1"
import $ivy.`com.mfglabs::marvin-fbmessenger:0.1` 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.1</version> </dependency>
compile group: 'com.mfglabs', name: 'marvin-fbmessenger_2.11', version: '0.1'