t3hnar / akkax   2.3

GitHub

AkkaX

Scala versions: 2.11 2.10

akkax 2.2


Group ID:
com.github.t3hnar
Artifact ID:
akkax_2.11
Version:
2.2
Release Date:
Apr 21, 2016
Licenses:

libraryDependencies += "com.github.t3hnar" %% "akkax" % "2.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.t3hnar::akkax:2.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.t3hnar::akkax:2.2"

Ammonite REPL

import $ivy.`com.github.t3hnar::akkax:2.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.t3hnar</groupId>
  <artifactId>akkax_2.11</artifactId>
  <version>2.2</version>
</dependency>

compile group: 'com.github.t3hnar', name: 'akkax_2.11', version: '2.2'