is not current version
Last Version 1.0

com.pholser:junit-quickcheck-core 0.8.2

Property-based testing, JUnit-style: core functionality

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

junit-quickcheck-core
Version

Version

0.8.2
Type

Type

jar

Download junit-quickcheck-core 0.8.2


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