is not current version
Last Version 1.0

com.pholser:junit-quickcheck 0.9

Property-based testing, JUnit-style

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

junit-quickcheck
Version

Version

0.9
Type

Type

pom

Download junit-quickcheck 0.9

Filename Size
junit-quickcheck-0.9.pom 18 KB
Browse

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