is not current version
Last Version 1.0.0

ervacon:webflow 0.8.0

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.

GroupId

GroupId

ervacon
ArtifactId

ArtifactId

webflow
Version

Version

0.8.0
Type

Type

jar

Download webflow 0.8.0


<!-- https://jarcasting.com/artifacts/ervacon/webflow/ -->
<dependency>
    <groupId>ervacon</groupId>
    <artifactId>webflow</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/ervacon/webflow/
implementation 'ervacon:webflow:0.8.0'
// https://jarcasting.com/artifacts/ervacon/webflow/
implementation ("ervacon:webflow:0.8.0")
'ervacon:webflow:jar:0.8.0'
<dependency org="ervacon" name="webflow" rev="0.8.0">
  <artifact name="webflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='ervacon', module='webflow', version='0.8.0')
)
libraryDependencies += "ervacon" % "webflow" % "0.8.0"
[ervacon/webflow "0.8.0"]