sageserpent-open / americium   1.20.8

MIT License GitHub

Generation of test case data for Scala and Java, in the spirit of QuickCheck. When your test fails, it gives you a minimised failing test case and a way of reproducing the failure immediately.

Scala versions: 3.x 2.13

americium 1.20.8


Group ID:
com.sageserpent
Artifact ID:
americium_2.13
Version:
1.20.8
Version Scheme:
Release Date:
Apr 18, 2025
Licenses:
MIT
Files:
Full Scala Version:
2.13.16
Developers:

libraryDependencies += "com.sageserpent" %% "americium" % "1.20.8"

Mill build tool

ivy"com.sageserpent::americium:1.20.8"

Scala CLI

//> using dep "com.sageserpent::americium:1.20.8"

Ammonite REPL

import $ivy.`com.sageserpent::americium:1.20.8`

<dependency>
  <groupId>com.sageserpent</groupId>
  <artifactId>americium_2.13</artifactId>
  <version>1.20.8</version>
</dependency>

compile group: 'com.sageserpent', name: 'americium_2.13', version: '1.20.8'