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

org.quicktheories:quicktheories 0.24

Property based testing for Java

Группа

Группа

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

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

quicktheories
Версия

Версия

0.24
Тип

Тип

jar

Скачать quicktheories 0.24


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