arhelmus / easy-rpc   1.1.0

GitHub

Small library for creating RPC service without any headache

Scala versions: 2.11

easy-rpc 1.0.1


Group ID:
me.archdev
Artifact ID:
easy-rpc_2.11
Version:
1.0.1
Release Date:
Feb 17, 2016
Licenses:
MIT
Files:
Full Scala Version:
2.11.7
Developers:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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