scala-academy / performance-analysis   1.0.0

GitHub

This is a project to be used in the "Scala and akka in practise" course

Scala versions: 2.11

periphas 1.0.0


Group ID:
com.github.scala-academy
Artifact ID:
periphas_2.11
Version:
1.0.0
Release Date:
Jun 22, 2016
Licenses:
MIT
Files:
Full Scala Version:
2.11.7

libraryDependencies += "com.github.scala-academy" %% "periphas" % "1.0.0"

Mill build tool

ivy"com.github.scala-academy::periphas:1.0.0"

Scala CLI

//> using dep "com.github.scala-academy::periphas:1.0.0"

Ammonite REPL

import $ivy.`com.github.scala-academy::periphas:1.0.0`

<dependency>
  <groupId>com.github.scala-academy</groupId>
  <artifactId>periphas_2.11</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.github.scala-academy', name: 'periphas_2.11', version: '1.0.0'