is not current version
Last Version 1.0

com.pholser:junit-quickcheck-core 0.4-beta-1

QuickCheck-style parameter suppliers for JUnit theories: core functionality

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

junit-quickcheck-core
Version

Version

0.4-beta-1
Type

Type

jar

Download junit-quickcheck-core 0.4-beta-1


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