is not current version
Last Version 1.0

com.pholser:junit-quickcheck 0.6-alpha-1

QuickCheck-style parameter suppliers for JUnit theories

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

junit-quickcheck
Version

Version

0.6-alpha-1
Type

Type

pom

Download junit-quickcheck 0.6-alpha-1


<!-- https://jarcasting.com/artifacts/com.pholser/junit-quickcheck/ -->
<dependency>
    <groupId>com.pholser</groupId>
    <artifactId>junit-quickcheck</artifactId>
    <version>0.6-alpha-1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pholser/junit-quickcheck/
implementation 'com.pholser:junit-quickcheck:0.6-alpha-1'
// https://jarcasting.com/artifacts/com.pholser/junit-quickcheck/
implementation ("com.pholser:junit-quickcheck:0.6-alpha-1")
'com.pholser:junit-quickcheck:pom:0.6-alpha-1'
<dependency org="com.pholser" name="junit-quickcheck" rev="0.6-alpha-1">
  <artifact name="junit-quickcheck" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pholser', module='junit-quickcheck', version='0.6-alpha-1')
)
libraryDependencies += "com.pholser" % "junit-quickcheck" % "0.6-alpha-1"
[com.pholser/junit-quickcheck "0.6-alpha-1"]