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