spotify / ratatool   0.4.8

Apache License 2.0 GitHub

A tool for data sampling, data generation, and data diffing

Scala versions: 2.13 2.12 2.11 2.10

ratatool 0.1.2


Group ID:
com.spotify
Artifact ID:
ratatool_2.11
Version:
0.1.2
Release Date:
Aug 10, 2016
Licenses:

libraryDependencies += "com.spotify" %% "ratatool" % "0.1.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.spotify::ratatool:0.1.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.spotify::ratatool:0.1.2"

Ammonite REPL

import $ivy.`com.spotify::ratatool:0.1.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>ratatool_2.11</artifactId>
  <version>0.1.2</version>
</dependency>

compile group: 'com.spotify', name: 'ratatool_2.11', version: '0.1.2'