| Категории |
КатегорииJUnit Тестирование компонентов Bootique Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаio.bootique.agrest |
| Идентификатор | Идентификаторbootique-agrest-junit5 |
| Версия | Версия2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bootique-agrest-junit5-2.0.pom | |
| bootique-agrest-junit5-2.0.jar | 7 KB |
| bootique-agrest-junit5-2.0-sources.jar | 4 KB |
| bootique-agrest-junit5-2.0-javadoc.jar | 31 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.bootique.agrest/bootique-agrest-junit5/ -->
<dependency>
<groupId>io.bootique.agrest</groupId>
<artifactId>bootique-agrest-junit5</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.agrest/bootique-agrest-junit5/
implementation 'io.bootique.agrest:bootique-agrest-junit5:2.0'
// https://jarcasting.com/artifacts/io.bootique.agrest/bootique-agrest-junit5/
implementation ("io.bootique.agrest:bootique-agrest-junit5:2.0")
'io.bootique.agrest:bootique-agrest-junit5:jar:2.0'
<dependency org="io.bootique.agrest" name="bootique-agrest-junit5" rev="2.0">
<artifact name="bootique-agrest-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.agrest', module='bootique-agrest-junit5', version='2.0')
)
libraryDependencies += "io.bootique.agrest" % "bootique-agrest-junit5" % "2.0"
[io.bootique.agrest/bootique-agrest-junit5 "2.0"]