arhelmus / easy-rpc   1.1.0

GitHub

Small library for creating RPC service without any headache

Scala versions: 2.11

easy-rpc 1.1.0


Group ID:
me.archdev
Artifact ID:
easy-rpc_2.11
Version:
1.1.0
Release Date:
Jul 16, 2016
Licenses:
MIT
Files:
Full Scala Version:
2.11.8
Developers:

libraryDependencies += "me.archdev" %% "easy-rpc" % "1.1.0"

Mill build tool

ivy"me.archdev::easy-rpc:1.1.0"

Scala CLI

//> using dep "me.archdev::easy-rpc:1.1.0"

Ammonite REPL

import $ivy.`me.archdev::easy-rpc:1.1.0`

<dependency>
  <groupId>me.archdev</groupId>
  <artifactId>easy-rpc_2.11</artifactId>
  <version>1.1.0</version>
</dependency>

compile group: 'me.archdev', name: 'easy-rpc_2.11', version: '1.1.0'