| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииVaadin Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.vaadin |
| Идентификатор | Идентификаторflow-test-generic |
| Версия | Версия9.0.4 |
| Тип | Типjar |
| Описание |
ОписаниеFlow Generic Test Utilities
A parent POM for all artifacts by Vaadin Ltd.
|
| Имя Файла | Размер |
|---|---|
| flow-test-generic-9.0.4.pom | |
| flow-test-generic-9.0.4.jar | 25 KB |
| flow-test-generic-9.0.4-sources.jar | 19 KB |
| flow-test-generic-9.0.4-javadoc.jar | 92 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.vaadin/flow-test-generic/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-test-generic</artifactId>
<version>9.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-test-generic/
implementation 'com.vaadin:flow-test-generic:9.0.4'
// https://jarcasting.com/artifacts/com.vaadin/flow-test-generic/
implementation ("com.vaadin:flow-test-generic:9.0.4")
'com.vaadin:flow-test-generic:jar:9.0.4'
<dependency org="com.vaadin" name="flow-test-generic" rev="9.0.4">
<artifact name="flow-test-generic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-test-generic', version='9.0.4')
)
libraryDependencies += "com.vaadin" % "flow-test-generic" % "9.0.4"
[com.vaadin/flow-test-generic "9.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| commons-io : commons-io | jar | 2.11.0 |