| Группа | Группаorg.quicktheories |
|---|---|
| Идентификатор | Идентификаторquicktheories |
| Версия | Версия0.21 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| quicktheories-0.21.pom | |
| quicktheories-0.21.jar | 119 KB |
| quicktheories-0.21-sources.jar | 64 KB |
| quicktheories-0.21-javadoc.jar | 415 KB |
| Обзор |
<!-- 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"]