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