is not current version
Last Version 0.26

org.quicktheories:quicktheories 0.14

Property based testing for Java

GroupId

GroupId

org.quicktheories
ArtifactId

ArtifactId

quicktheories
Version

Version

0.14
Type

Type

jar

Download quicktheories 0.14


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