MVN

org.scalacheck : scalacheck

Maven & Gradle

Nov 24, 2008
12 usages

ScalaCheck · ScalaCheck is a tool for testing Scala programs, based on property specifications and automatic test data generation. The basic idea is that you define a property that specifies the behaviour of a method or some unit of code, and ScalaCheck checks that the property holds. All test data are generated automatically in a random fashion, so you don't have to worry about any missed cases.

<dependency>
    <groupId>org.scalacheck</groupId>
    <artifactId>scalacheck</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalacheck : scalacheck to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.scalacheck : scalacheck to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
scalacheck-1.5
1.4
scalacheck-1.4
1.3
scalacheck-1.3
1.2
scalacheck-1.2
1.1
scalacheck-1.1
1.1.x
scalacheck-1.1.1
1.0
scalacheck-1.0

How to add a dependency to Maven

Add the following org.scalacheck : scalacheck maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalacheck</groupId>
    <artifactId>scalacheck</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalacheck : scalacheck gradle dependency to your build.gradle file:

implementation 'org.scalacheck:scalacheck:1.0'

Gradle Kotlin DSL: Add the following org.scalacheck : scalacheck gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalacheck:scalacheck:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalacheck : scalacheck sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalacheck" % "scalacheck" % "1.0"

Advertisement

Dependencies from Group

Sep 15, 2022
2.4k usages
1.9k stars
Dec 17, 2020
2.4k usages
1.9k stars
Sep 15, 2022
1.5k usages
1.9k stars
Dec 13, 2019
1.1k usages
1.9k stars
Sep 15, 2022
250 usages
1.9k stars

Discover Dependencies

Apr 21, 2021
55 usages
1.9k stars
Jul 19, 2023
62 usages
105 stars
May 11, 2023
303 usages
1.8k stars
Jun 18, 2023
375 usages
Jun 18, 2023
48 usages
Jan 30, 2017
19 usages
468 stars
Aug 21, 2023
118 usages
461 stars
Apr 05, 2017
15 usages
431 stars
Mar 03, 2021
3 usages
6k stars
Aug 07, 2023
110 usages
5.7k stars