is not current version
Last Version 0.26

org.quicktheories:quicktheories-parent 0.20

Property testing for java - parent project

GroupId

GroupId

org.quicktheories
ArtifactId

ArtifactId

quicktheories-parent
Version

Version

0.20
Type

Type

pom

Download quicktheories-parent 0.20


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