Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.pholser |
ArtifactId | ArtifactIdjunit-quickcheck-examples |
Version | Version0.9.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.pholser/junit-quickcheck-examples/ -->
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-examples</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.pholser/junit-quickcheck-examples/
implementation 'com.pholser:junit-quickcheck-examples:0.9.4'
// https://jarcasting.com/artifacts/com.pholser/junit-quickcheck-examples/
implementation ("com.pholser:junit-quickcheck-examples:0.9.4")
'com.pholser:junit-quickcheck-examples:jar:0.9.4'
<dependency org="com.pholser" name="junit-quickcheck-examples" rev="0.9.4">
<artifact name="junit-quickcheck-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pholser', module='junit-quickcheck-examples', version='0.9.4')
)
libraryDependencies += "com.pholser" % "junit-quickcheck-examples" % "0.9.4"
[com.pholser/junit-quickcheck-examples "0.9.4"]