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