| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.quicktheories |
| Идентификатор | Идентификаторquicktheories |
| Версия | Версия0.26 |
| Тип | Типjar |
| Описание |
ОписаниеQuickTheories
Property based testing for Java
|
| Организация-разработчик |
Организация-разработчикorg.quicktheories |
| Имя Файла | Размер |
|---|---|
| quicktheories-0.26.pom | |
| quicktheories-0.26.jar | 138 KB |
| quicktheories-0.26-tests.jar | 166 KB |
| quicktheories-0.26-sources.jar | 72 KB |
| quicktheories-0.26-javadoc.jar | 461 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.quicktheories/quicktheories/ -->
<dependency>
<groupId>org.quicktheories</groupId>
<artifactId>quicktheories</artifactId>
<version>0.26</version>
</dependency>
// https://jarcasting.com/artifacts/org.quicktheories/quicktheories/
implementation 'org.quicktheories:quicktheories:0.26'
// https://jarcasting.com/artifacts/org.quicktheories/quicktheories/
implementation ("org.quicktheories:quicktheories:0.26")
'org.quicktheories:quicktheories:jar:0.26'
<dependency org="org.quicktheories" name="quicktheories" rev="0.26">
<artifact name="quicktheories" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.quicktheories', module='quicktheories', version='0.26')
)
libraryDependencies += "org.quicktheories" % "quicktheories" % "0.26"
[org.quicktheories/quicktheories "0.26"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 1.3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 3.9.0 |
| org.mockito : mockito-core | jar | 2.13.0 |
| com.github.stefanbirkner : system-rules | jar | 1.13.0 |
| nl.jqno.equalsverifier : equalsverifier | jar | 2.4.2 |