Spring 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.

License

License

BSD
GroupId

GroupId

ervacon
ArtifactId

ArtifactId

webflow
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring 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

Ervacon

Download webflow

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.9.0
0.8.0