is not current version
Last Version 2.0.5.RELEASE

org.springframework.webflow:org.springframework.webflow 2.0.3.RELEASE


GroupId

GroupId

org.springframework.webflow
ArtifactId

ArtifactId

org.springframework.webflow
Version

Version

2.0.3.RELEASE
Type

Type

jar

Download org.springframework.webflow 2.0.3.RELEASE


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