s

scalacheck-derived_3

A library providing automatic derivation of scalacheck Arbitrary instances for Scala 3.
https://github.com/martinhh/scalacheck-derived
Apache 2.0
io.github.martinhh
Martin Hansen
Files download
File Operation
scalacheck-derived_3-0.4.2.jar download
scalacheck-derived_3-0.4.2.pom download
scalacheck-derived_3-0.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.martinhh</groupId>
  <artifactId>scalacheck-derived_3</artifactId>
  <version>0.4.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.martinhh:scalacheck-derived_3:0.4.2'
Gradle Kotlin
implementation("io.github.martinhh:scalacheck-derived_3:0.4.2")
Scala SBT
libraryDependencies += "io.github.martinhh" % "scalacheck-derived_3" % "0.4.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.martinhh', module='scalacheck-derived_3', version='0.4.2')
)
Apache Ivy
<dependency org="io.github.martinhh" name="scalacheck-derived_3" rev="0.4.2" />
Leiningen
[io.github.martinhh/scalacheck-derived_3 "0.4.2"]
Apache Buildr
'io.github.martinhh:scalacheck-derived_3:jar:0.4.2'