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