is not current version
Last Version 1.0

com.pholser:junit-quickcheck-examples 0.8.2

Property-based testing, JUnit-style: examples

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

junit-quickcheck-examples
Version

Version

0.8.2
Type

Type

jar

Download junit-quickcheck-examples 0.8.2


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