marklister / product-collections   1.4.5

BSD 2-clause "Simplified" License GitHub

A very simple, strongly typed, scala framework for tabular data. A collection of tuples. A strongly typed scala csv reader and writer. A lightweight idiomatic dataframe / datatable alternative.

Scala versions: 2.12 2.11 2.10
Scala.js versions: 0.6

product-collections 1.4.5


Group ID:
com.github.marklister
Artifact ID:
product-collections_2.12
Version:
1.4.5
Release Date:
Nov 6, 2016
Licenses:

libraryDependencies += "com.github.marklister" %% "product-collections" % "1.4.5"
resolvers += Resolver.bintrayRepo("marklister", "maven")

Mill build tool

ivy"com.github.marklister::product-collections:1.4.5"
MavenRepository("https://dl.bintray.com/marklister/maven")

Scala CLI

//> using dep "com.github.marklister::product-collections:1.4.5"

Ammonite REPL

import $ivy.`com.github.marklister::product-collections:1.4.5`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray marklister maven",
  "Some(https://dl.bintray.com/marklister/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.marklister</groupId>
  <artifactId>product-collections_2.12</artifactId>
  <version>1.4.5</version>
</dependency>

compile group: 'com.github.marklister', name: 'product-collections_2.12', version: '1.4.5'