kfang / social-api-scala   0.1

MIT License GitHub

Social Network API Integration Library using Scala

Scala versions: 2.10

social-api-scala 0.2


Group ID:
com.github.kfang
Artifact ID:
social-api-scala_2.10
Version:
0.2
Release Date:
Sept 29, 2014
Licenses:
MIT

libraryDependencies += "com.github.kfang" %% "social-api-scala" % "0.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.kfang::social-api-scala:0.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.kfang::social-api-scala:0.2"

Ammonite REPL

import $ivy.`com.github.kfang::social-api-scala:0.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.kfang</groupId>
  <artifactId>social-api-scala_2.10</artifactId>
  <version>0.2</version>
</dependency>

compile group: 'com.github.kfang', name: 'social-api-scala_2.10', version: '0.2'