thangiee / lol-chat-lib   0.4.1

MIT License GitHub

Pure functional library for interacting with League of Legends chat servers.

Scala versions: 2.11

lol-chat-lib 0.4.1


Group ID:
com.github.thangiee
Artifact ID:
lol-chat-lib_2.11
Version:
0.4.1
Release Date:
Oct 4, 2016
Licenses:
MIT

libraryDependencies += "com.github.thangiee" %% "lol-chat-lib" % "0.4.1"
resolvers += Resolver.bintrayRepo("thangiee", "maven")

Mill build tool

ivy"com.github.thangiee::lol-chat-lib:0.4.1"
MavenRepository("https://dl.bintray.com/thangiee/maven")

Scala CLI

//> using dep "com.github.thangiee::lol-chat-lib:0.4.1"

Ammonite REPL

import $ivy.`com.github.thangiee::lol-chat-lib:0.4.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray thangiee maven",
  "Some(https://dl.bintray.com/thangiee/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.thangiee</groupId>
  <artifactId>lol-chat-lib_2.11</artifactId>
  <version>0.4.1</version>
</dependency>

compile group: 'com.github.thangiee', name: 'lol-chat-lib_2.11', version: '0.4.1'