sbt-coursera / scala-grading   0.3

BSD 3-clause "New" or "Revised" License GitHub

This repo contains the grading machinery for the Scala language.

Scala versions: 2.11

scala-grading-runtime 0.1


Group ID:
ch.epfl.lamp
Artifact ID:
scala-grading-runtime_2.11
Version:
0.1
Release Date:
Mar 4, 2015
Licenses:
Files:

libraryDependencies += "ch.epfl.lamp" %% "scala-grading-runtime" % "0.1"

Mill build tool

ivy"ch.epfl.lamp::scala-grading-runtime:0.1"

Scala CLI

//> using dep "ch.epfl.lamp::scala-grading-runtime:0.1"

Ammonite REPL

import $ivy.`ch.epfl.lamp::scala-grading-runtime:0.1`

<dependency>
  <groupId>ch.epfl.lamp</groupId>
  <artifactId>scala-grading-runtime_2.11</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'ch.epfl.lamp', name: 'scala-grading-runtime_2.11', version: '0.1'