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.11
Version:
0.8.0
Release Date:
Apr 2, 2015
Licenses:
Files:

libraryDependencies += "com.github.marianobarrios" %% "mot" % "0.8.0"

Mill build tool

ivy"com.github.marianobarrios::mot:0.8.0"

Scala CLI

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

Ammonite REPL

import $ivy.`com.github.marianobarrios::mot:0.8.0`

<dependency>
  <groupId>com.github.marianobarrios</groupId>
  <artifactId>mot_2.11</artifactId>
  <version>0.8.0</version>
</dependency>

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