is not current version
Last Version 0.26

org.quicktheories:quicktheories 0.20

Property based testing for Java

GroupId

GroupId

org.quicktheories
ArtifactId

ArtifactId

quicktheories
Version

Version

0.20
Type

Type

jar

Download quicktheories 0.20


<!-- https://jarcasting.com/artifacts/org.quicktheories/quicktheories/ -->
<dependency>
    <groupId>org.quicktheories</groupId>
    <artifactId>quicktheories</artifactId>
    <version>0.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.quicktheories/quicktheories/
implementation 'org.quicktheories:quicktheories:0.20'
// https://jarcasting.com/artifacts/org.quicktheories/quicktheories/
implementation ("org.quicktheories:quicktheories:0.20")
'org.quicktheories:quicktheories:jar:0.20'
<dependency org="org.quicktheories" name="quicktheories" rev="0.20">
  <artifact name="quicktheories" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.quicktheories', module='quicktheories', version='0.20')
)
libraryDependencies += "org.quicktheories" % "quicktheories" % "0.20"
[org.quicktheories/quicktheories "0.20"]