License |
License
BSD
|
---|---|
GroupId | GroupIdervacon |
ArtifactId | ArtifactIdwebflow |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Web Flow
This library provides web flow functionality for the Spring framework. A web flow
captures the page flow in (part of) a web application using a simple XML definition.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
webflow-1.0.0.pom | |
webflow-1.0.0.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ervacon/webflow/ -->
<dependency>
<groupId>ervacon</groupId>
<artifactId>webflow</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ervacon/webflow/
implementation 'ervacon:webflow:1.0.0'
// https://jarcasting.com/artifacts/ervacon/webflow/
implementation ("ervacon:webflow:1.0.0")
'ervacon:webflow:jar:1.0.0'
<dependency org="ervacon" name="webflow" rev="1.0.0">
<artifact name="webflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='ervacon', module='webflow', version='1.0.0')
)
libraryDependencies += "ervacon" % "webflow" % "1.0.0"
[ervacon/webflow "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
springframework : spring | jar | 1.1.3 |
commons-logging : commons-logging | jar | 1.0.4 |
servletapi : servletapi | jar | 2.3 |
jdom : jdom | jar | 1.0 |