marianobarrios / mot   0.8.0

BSD 2-clause "Simplified" License GitHub

The Message-Oriented Transport (Mot) is an experiment to speed and simplify communications inside the data center, adding frame delimitation and request-response association to TCP streams.

Scala versions: 2.11 2.10

mot 0.8.0


Group ID:
com.github.marianobarrios
Artifact ID:
mot_2.10
Version:
0.8.0
Release Date:
Apr 6, 2015
Licenses:

libraryDependencies += "com.github.marianobarrios" %% "mot" % "0.8.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.marianobarrios::mot:0.8.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.marianobarrios::mot:0.8.0"

Ammonite REPL

import $ivy.`com.github.marianobarrios::mot:0.8.0`
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.marianobarrios</groupId>
  <artifactId>mot_2.10</artifactId>
  <version>0.8.0</version>
</dependency>

compile group: 'com.github.marianobarrios', name: 'mot_2.10', version: '0.8.0'