MVN

com.pholser : junit-quickcheck-core

Maven & Gradle

Nov 22, 2020
68 usages
879 stars

junit-quickcheck-core · Property-based testing, JUnit-style: core functionality

<dependency>
    <groupId>com.pholser</groupId>
    <artifactId>junit-quickcheck-core</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pholser : junit-quickcheck-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0
  • Latest Beta: 0.8-beta-2
  • Latest Alpha: 0.8-alpha-8

All Versions

Choose a version of com.pholser : junit-quickcheck-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • junit-quickcheck-core-1.0

    Nov 22, 2020
  • junit-quickcheck-core-0.9.5

    Sep 28, 2020
  • junit-quickcheck-core-0.9.4

    Jul 31, 2020
  • junit-quickcheck-core-0.9.3

    Jul 06, 2020
  • junit-quickcheck-core-0.9.2

    May 12, 2020
  • junit-quickcheck-core-0.9.1

    Jan 21, 2020
  • junit-quickcheck-core-0.9

    May 22, 2019
  • junit-quickcheck-core-0.8.2

    Jan 03, 2019
  • junit-quickcheck-core-0.8.1

    May 31, 2018
  • junit-quickcheck-core-0.8

    Mar 08, 2018
  • junit-quickcheck-core-0.8-beta-2

    Feb 13, 2018
  • junit-quickcheck-core-0.8-beta-1

    Nov 16, 2017
  • junit-quickcheck-core-0.8-alpha-8

    Oct 27, 2017
  • junit-quickcheck-core-0.8-alpha-7

    Jun 18, 2017
  • junit-quickcheck-core-0.8-alpha-6

    May 31, 2017
  • junit-quickcheck-core-0.8-alpha-5

    May 02, 2017
  • junit-quickcheck-core-0.8-alpha-4

    Mar 06, 2017
  • junit-quickcheck-core-0.8-alpha-3

    Feb 13, 2017
  • junit-quickcheck-core-0.8-alpha-2

    Dec 21, 2016
  • junit-quickcheck-core-0.8-alpha-1

    Nov 30, 2016
  • junit-quickcheck-core-0.7

    Nov 24, 2016
  • junit-quickcheck-core-0.7-beta-2

    Oct 31, 2016
  • junit-quickcheck-core-0.7-beta-1

    Sep 27, 2016
  • junit-quickcheck-core-0.7-alpha-2

    Aug 23, 2016
  • junit-quickcheck-core-0.6.1

    Jul 30, 2016
  • junit-quickcheck-core-0.7-alpha-1

    Jul 13, 2016
  • junit-quickcheck-core-0.6

    Mar 11, 2016
  • junit-quickcheck-core-0.6-beta-1

    Jan 28, 2016
  • junit-quickcheck-core-0.6-alpha-3

    Jan 16, 2016
  • junit-quickcheck-core-0.6-alpha-2

    Dec 24, 2015
  • junit-quickcheck-core-0.6-alpha-1

    Dec 09, 2015
  • junit-quickcheck-core-0.5

    Oct 11, 2015
  • junit-quickcheck-core-0.5-beta-1

    Sep 05, 2015
  • junit-quickcheck-core-0.5-alpha-4

    Aug 13, 2015
  • junit-quickcheck-core-0.5-alpha-3

    Jun 18, 2015
  • junit-quickcheck-core-0.5-alpha-2

    Apr 27, 2015
  • junit-quickcheck-core-0.5-alpha-1

    Feb 01, 2015
  • junit-quickcheck-core-0.4

    Dec 30, 2014
  • junit-quickcheck-core-0.4-beta-3

    Nov 13, 2014
  • junit-quickcheck-core-0.4-beta-2

    Sep 29, 2014
  • junit-quickcheck-core-0.4-beta-1

    Jul 29, 2014
  • junit-quickcheck-core-0.3

    Oct 17, 2013
  • junit-quickcheck-core-0.2

    Jul 29, 2013
  • junit-quickcheck-core-0.1

    Jul 10, 2013

How to add a dependency to Maven

Add the following com.pholser : junit-quickcheck-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pholser</groupId>
    <artifactId>junit-quickcheck-core</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pholser : junit-quickcheck-core gradle dependency to your build.gradle file:

implementation 'com.pholser:junit-quickcheck-core:1.0'

Gradle Kotlin DSL: Add the following com.pholser : junit-quickcheck-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pholser:junit-quickcheck-core:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pholser : junit-quickcheck-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pholser" % "junit-quickcheck-core" % "1.0"