dwijnand / tabular   0.1.0

GitHub

A way to show data in tabular form

Scala versions: 2.11 2.10

tabular 0.1.0


Group ID:
com.dwijnand
Artifact ID:
tabular_2.11
Version:
0.1.0
Release Date:
Feb 14, 2016
Licenses:

libraryDependencies += "com.dwijnand" %% "tabular" % "0.1.0"
resolvers += Resolver.bintrayRepo("dwijnand", "maven")

Mill build tool

ivy"com.dwijnand::tabular:0.1.0"
MavenRepository("https://dl.bintray.com/dwijnand/maven")

Scala CLI

//> using dep "com.dwijnand::tabular:0.1.0"

Ammonite REPL

import $ivy.`com.dwijnand::tabular:0.1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray dwijnand maven",
  "Some(https://dl.bintray.com/dwijnand/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.dwijnand</groupId>
  <artifactId>tabular_2.11</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.dwijnand', name: 'tabular_2.11', version: '0.1.0'