is not current version
Last Version 1.0.6

org.springframework:spring-webflow 1.0.5

Spring Web Flow

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-webflow
Version

Version

1.0.5
Type

Type

jar

Download spring-webflow 1.0.5


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