не последняя версия
Последняя версия 0.26

org.quicktheories:quicktheories 0.21

Property based testing for Java

Группа

Группа

org.quicktheories
Идентификатор

Идентификатор

quicktheories
Версия

Версия

0.21
Тип

Тип

jar

Скачать quicktheories 0.21


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