Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.pholser |
ArtifactId | ArtifactIdjunit-quickcheck |
Version | Version0.7 |
Type | Typepom |
Filename | Size |
---|---|
junit-quickcheck-0.7.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pholser/junit-quickcheck/ -->
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pholser/junit-quickcheck/
implementation 'com.pholser:junit-quickcheck:0.7'
// https://jarcasting.com/artifacts/com.pholser/junit-quickcheck/
implementation ("com.pholser:junit-quickcheck:0.7")
'com.pholser:junit-quickcheck:pom:0.7'
<dependency org="com.pholser" name="junit-quickcheck" rev="0.7">
<artifact name="junit-quickcheck" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pholser', module='junit-quickcheck', version='0.7')
)
libraryDependencies += "com.pholser" % "junit-quickcheck" % "0.7"
[com.pholser/junit-quickcheck "0.7"]