is not current version
Last Version 1.0

com.pholser:junit-quickcheck-generators 0.6.1

Property-based testing, JUnit-style: basic generators

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

junit-quickcheck-generators
Version

Version

0.6.1
Type

Type

jar

Download junit-quickcheck-generators 0.6.1


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