is not current version
Last Version 1.0

com.pholser:junit-quickcheck 0.8-alpha-5

Property-based testing, JUnit-style

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

junit-quickcheck
Version

Version

0.8-alpha-5
Type

Type

pom

Download junit-quickcheck 0.8-alpha-5


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