azakordonets / fabricator   2.1.9

Apache License 2.0 Website GitHub

Fabricator is a minimalist generator of random strings, numbers, etc. to help reduce some monotony particularly while writing automated tests or anywhere else you need anything random. It's written on scala but fully backward compatible with Java.

Scala versions: 2.13 2.12 2.11 2.10

fabricator 2.1.5


Group ID:
com.github.azakordonets
Artifact ID:
fabricator_2.12
Version:
2.1.5
Release Date:
Jul 24, 2017
Licenses:
Files:

libraryDependencies += "com.github.azakordonets" %% "fabricator" % "2.1.5"

Mill build tool

ivy"com.github.azakordonets::fabricator:2.1.5"

Scala CLI

//> using dep "com.github.azakordonets::fabricator:2.1.5"

Ammonite REPL

import $ivy.`com.github.azakordonets::fabricator:2.1.5`

<dependency>
  <groupId>com.github.azakordonets</groupId>
  <artifactId>fabricator_2.12</artifactId>
  <version>2.1.5</version>
</dependency>

compile group: 'com.github.azakordonets', name: 'fabricator_2.12', version: '2.1.5'