scala-records / scala-records   0.4

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

Labeled records for Scala based on structural refinement types and macros.

Scala versions: 2.11 2.10
Scala.js versions: 0.6
sbt plugins: 0.13

scala-records 0.1


Group ID:
ch.epfl.lamp
Artifact ID:
scala-records_2.10
Version:
0.1
Release Date:
Nov 12, 2014
Licenses:

libraryDependencies += "ch.epfl.lamp" %% "scala-records" % "0.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"ch.epfl.lamp::scala-records:0.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

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

Ammonite REPL

import $ivy.`ch.epfl.lamp::scala-records:0.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>ch.epfl.lamp</groupId>
  <artifactId>scala-records_2.10</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'ch.epfl.lamp', name: 'scala-records_2.10', version: '0.1'