danymarialee / scale   1.0

GitHub

Another example of a REST API with Akka HTTP

Scala versions: 2.12

scale 1.0


Group ID:
com.github.danymarialee
Artifact ID:
scale_2.12
Version:
1.0
Release Date:
May 17, 2017
Licenses:
Files:

libraryDependencies += "com.github.danymarialee" %% "scale" % "1.0"

Mill build tool

ivy"com.github.danymarialee::scale:1.0"

Scala CLI

//> using dep "com.github.danymarialee::scale:1.0"

Ammonite REPL

import $ivy.`com.github.danymarialee::scale:1.0`

<dependency>
  <groupId>com.github.danymarialee</groupId>
  <artifactId>scale_2.12</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'com.github.danymarialee', name: 'scale_2.12', version: '1.0'