hntd187 / battlenet   0.1

GitHub

A Scala Interface to the Battle.net D3 Leaderboards

Scala versions: 2.11 2.10

battlenet 0.1


Group ID:
com.github.scarman
Artifact ID:
battlenet_2.11
Version:
0.1
Release Date:
Feb 13, 2016
Licenses:
MIT

libraryDependencies += "com.github.scarman" %% "battlenet" % "0.1"
resolvers += Resolver.bintrayRepo("hntd187", "maven")

Mill build tool

ivy"com.github.scarman::battlenet:0.1"
MavenRepository("https://dl.bintray.com/hntd187/maven")

Scala CLI

//> using dep "com.github.scarman::battlenet:0.1"

Ammonite REPL

import $ivy.`com.github.scarman::battlenet:0.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray hntd187 maven",
  "Some(https://dl.bintray.com/hntd187/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.scarman</groupId>
  <artifactId>battlenet_2.11</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.github.scarman', name: 'battlenet_2.11', version: '0.1'