is not current version
Last Version 0.26

org.quicktheories:quicktheories-parent 0.21

Property testing for java - parent project

GroupId

GroupId

org.quicktheories
ArtifactId

ArtifactId

quicktheories-parent
Version

Version

0.21
Type

Type

pom

Download quicktheories-parent 0.21


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